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
@@ -8,7 +8,7 @@
var/zone = BODY_ZONE_CHEST
var/slot
// DO NOT add slots with matching names to different zones - it will break internal_organs_slot list!
var/organ_flags = 0
var/organ_flags = NONE
var/maxHealth = STANDARD_ORGAN_THRESHOLD
var/damage = 0 //total damage this organ has sustained
///Healing factor and decay factor function on % of maxhealth, and do not work by applying a static number per tick