Merge pull request #4264 from Anewbe/decap_defib

Decapitation now stops defibrillation
This commit is contained in:
Neerti
2017-11-19 17:50:03 -05:00
committed by GitHub
3 changed files with 5 additions and 1 deletions
@@ -15,6 +15,8 @@
var/spit_name = null //String
var/last_spit = 0 //Timestamp.
var/can_defib = 1 //Horrible damage (like beheadings) will prevent defibbing organics.
/mob/living/carbon/human/New(var/new_loc, var/new_species = null)
if(!dna)