Borers and other flips of PASSEMOTES will no longer change CANWEAKEN (#10396)

This commit is contained in:
Jiří Barouš
2020-10-30 18:20:12 +01:00
committed by GitHub
parent df03379913
commit 38514fe2b3
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
#define CANPARALYSE 0x4
#define CANPUSH 0x8
#define LEAPING 0x10
#define PASSEMOTES 0x32 // Mob has a cortical borer or holders inside of it that need to see emotes.
#define PASSEMOTES 0x20 // Mob has a cortical borer or holders inside of it that need to see emotes.
#define GODMODE 0x1000
#define FAKEDEATH 0x2000 // Replaces stuff like changeling.changeling_fakedeath.
#define DISFIGURED 0x4000 // Set but never checked. Remove this sometime and replace occurences with the appropriate organ code
@@ -391,4 +391,4 @@
// Robot Overlay Defines
#define ROBOT_PANEL_EXPOSED "exposed"
#define ROBOT_PANEL_CELL "cell"
#define ROBOT_PANEL_NO_CELL "no cell"
#define ROBOT_PANEL_NO_CELL "no cell"
+4
View File
@@ -0,0 +1,4 @@
author: Amunak
delete-after: True
changes:
- bugfix: "Borers and other flips of the PASSEMOTES flag will no longer change the CANWEAKEN flag."