mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Borers and other flips of PASSEMOTES will no longer change CANWEAKEN (#10396)
This commit is contained in:
@@ -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"
|
||||
|
||||
Executable
+4
@@ -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."
|
||||
Reference in New Issue
Block a user