Files
Paradise/code/modules/mob/dead/death.dm
2018-11-15 01:19:03 -06:00

8 lines
140 B
Plaintext

/mob/dead/dust() //ghosts can't be vaporised.
return
/mob/dead/gib() //ghosts can't be gibbed.
return
/mob/dead
move_resist = INFINITY