Makes privates not spew around upon disembowelment or gibbing.

This commit is contained in:
Ghommie
2020-05-02 20:01:54 +02:00
parent c1d1e4f0c0
commit 592198d659
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.