Files
Bubberstation/code/modules/mob/dead/death.dm
Giacomand 173e1cb391 * Refactored gib() and dust()
* Refactored ex_act(), for mobs, a little.
* Removed the code which gibbed dead bodies with any severity.
2013-12-23 17:56:58 +00:00

6 lines
128 B
Plaintext

/mob/dead/dust() //ghosts can't be vaporised.
return
/mob/dead/gib(var/animation = 1) //ghosts can't be gibbed.
return