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:
clusterfack
2016-02-06 18:33:09 -06:00
parent aa6e9d51ce
commit a18944a0bb
2 changed files with 4 additions and 4 deletions

View File

@@ -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