Heads No Longer Vital (Brains Still Are)

This commit is contained in:
Fox McCloud
2018-07-05 22:24:13 -04:00
parent 3aebf8930e
commit 4dc9fc4362
6 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
var/dead_icon
var/mob/living/carbon/human/owner = null
var/status = 0
var/vital //Lose a vital limb, die immediately.
var/vital = FALSE //Lose a vital limb, die immediately.
var/damage = 0 // amount of damage to the organ
var/min_bruised_damage = 10