mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-27 18:51:53 +00:00
8 lines
140 B
Plaintext
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 |