Files
Paradise/code/modules/mob/dead/dead_death.dm
T
ppi13andGitHub 661366b53b [s] Observers are immune to shuttlecrush (#23108)
* observers are now immune to shuttlecrush

* Moves it a step
2023-10-31 14:54:52 +01:00

10 lines
177 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
flags_2 = IMMUNE_TO_SHUTTLECRUSH_2