Fixes Abyssal Gaze blinding forever

This commit is contained in:
XDTM
2018-01-02 15:22:09 +01:00
committed by CitadelStationBot
parent bf35f19aca
commit bae882bf46
2 changed files with 10 additions and 3 deletions
+5 -2
View File
@@ -25,8 +25,6 @@
// common disability sources
#define EYE_DAMAGE "eye_damage"
#define GENETIC_MUTATION "genetic"
#define STATUE_MUTE "statue"
#define CHANGELING_DRAIN "drain"
#define OBESITY "obesity"
#define MAGIC_DISABILITY "magic"
#define STASIS_MUTE "stasis"
@@ -34,6 +32,11 @@
#define TRAUMA_DISABILITY "trauma"
#define CHEMICAL_DISABILITY "chemical"
// unique disability sources, still defines
#define STATUE_MUTE "statue"
#define CHANGELING_DRAIN "drain"
#define ABYSSAL_GAZE_BLIND "abyssal_gaze"
// bitflags for machine stat variable
#define BROKEN 1
#define NOPOWER 2