Merge pull request #12094 from Ghommie/Ghommie-cit719

Makes privates not drop upon disembowelment or gibbing.
This commit is contained in:
Lin
2020-05-03 21:24:44 +00:00
committed by GitHub
7 changed files with 16 additions and 11 deletions
+1
View File
@@ -52,3 +52,4 @@
#define ORGAN_EXTERNAL (1<<3) //Was this organ implanted/inserted/etc, if true will not be removed during species change.
#define ORGAN_VITAL (1<<4) //Currently only the brain
#define ORGAN_NO_SPOIL (1<<5) //Do not spoil under any circumstances
#define ORGAN_NO_DISMEMBERMENT (1<<6) //Immune to disembowelment.