Merge remote-tracking branch 'refs/remotes/ParadiseSS13/master' into SSThardsuitnammo

This commit is contained in:
datlo
2019-01-21 11:16:36 +00:00
15 changed files with 179 additions and 113 deletions
@@ -92,6 +92,9 @@
return TRUE
/mob/living/carbon/human/death(gibbed)
if(can_die() && !gibbed && deathgasp_on_death)
emote("deathgasp") //let the world KNOW WE ARE DEAD
// Only execute the below if we successfully died
. = ..(gibbed)
if(!.)
@@ -49,6 +49,9 @@
/mob/living/silicon/robot/death(gibbed)
if(can_die())
if(!gibbed && deathgasp_on_death)
emote("deathgasp")
if(module)
module.handle_death(gibbed)