mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fixes #8094
Huh, didn't realize that the combo of lying that != 1 and that using a bitflag with it that sets it to a value other than 1 would trigger this.
This commit is contained in:
@@ -1409,6 +1409,6 @@ var/proccalls = 1
|
||||
|
||||
#define STARVATION_OXY_HEAL_RATE 1 //While starving, THIS much oxygen damage is restored per life tick (instead of the default 5)
|
||||
|
||||
#define DENSE_WHEN_LOCKING 1
|
||||
#define DENSE_WHEN_LOCKED 2
|
||||
#define LOCKED_SHOULD_LIE 4
|
||||
#define LOCKED_SHOULD_LIE 1
|
||||
#define DENSE_WHEN_LOCKING 2
|
||||
#define DENSE_WHEN_LOCKED 4
|
||||
|
||||
Reference in New Issue
Block a user