adds ability to set organs as unremovable

This commit is contained in:
Wallemations
2020-09-04 20:44:08 -04:00
parent ae71b992dc
commit f00a2250d6
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -59,6 +59,7 @@
#define ORGAN_VITAL (1<<4) //Currently only the brain
#define ORGAN_EDIBLE (1<<5) //is a snack? :D
#define ORGAN_SYNTHETIC_EMP (1<<6) //Synthetic organ affected by an EMP. Deteriorates over time.
#define ORGAN_UNREMOVABLE (1<<7) //Can't be removed using surgery
/// Integrity defines for clothing (not flags but close enough)
#define CLOTHING_PRISTINE 0 // We have no damage on the clothing