Removed the /TG/ "feature" which has explosions insta-gib dead people. THIS IS WHY I HATE THE MERGE.

This commit is contained in:
SkyMarshal
2012-11-09 22:30:38 -07:00
parent 510d1f9e49
commit 1eb2ceb643
6 changed files with 0 additions and 52 deletions

View File

@@ -73,15 +73,6 @@
if(!blinded)
flick("flash", flash)
if (stat == 2 && client)
gib()
return
else if (stat == 2 && !client)
xgibs(loc, viruses)
del(src)
return
var/shielded = 0
var/b_loss = null

View File

@@ -70,15 +70,6 @@
if(!blinded)
flick("flash", flash)
if (stat == 2 && client)
gib()
return
else if (stat == 2 && !client)
gibs(loc, viruses)
del(src)
return
var/b_loss = null
var/f_loss = null
switch (severity)

View File

@@ -228,18 +228,6 @@
if(!blinded)
flick("flash", flash)
// /obj/item/clothing/suit/bomb_suit(src)
// /obj/item/clothing/head/bomb_hood(src)
if (stat == 2 && client)
gib()
return
else if (stat == 2 && !client)
gibs(loc, viruses)
del(src)
return
var/shielded = 0
var/b_loss = null
var/f_loss = null

View File

@@ -201,13 +201,6 @@
/mob/living/carbon/metroid/ex_act(severity)
if (stat == 2 && client)
return
else if (stat == 2 && !client)
del(src)
return
var/b_loss = null
var/f_loss = null
switch (severity)

View File

@@ -477,14 +477,7 @@
/mob/living/carbon/monkey/ex_act(severity)
if(!blinded)
flick("flash", flash)
if (stat == 2 && client)
gib()
return
if (stat == 2 && !client)
gibs(loc, viruses)
del(src)
return
switch(severity)
if(1.0)
if (stat != 2)

View File

@@ -277,14 +277,6 @@
if(!blinded)
flick("flash", flash)
if (stat == 2 && client)
gib()
return
else if (stat == 2 && !client)
del(src)
return
switch(severity)
if(1.0)
if (stat != 2)