mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-18 01:26:46 +01:00
10 lines
177 B
Plaintext
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
|