diff --git a/plugins/noise.py b/plugins/noise.py index 6f2a1b1..1309682 100644 --- a/plugins/noise.py +++ b/plugins/noise.py @@ -49,6 +49,8 @@ def afterUpdate(self): if self.config.hide_shells: # fail: triggers game's "unknown object" box drawing ffi.cast('int *', props.vid.s)[-3] = 0 + else: + ffi.cast('int *', props.vid.s)[-3] = 1 if self.config.hide_names: # remember and remove relevant bits; also hides factions