mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
/mob/observer/dust() //ghosts can't be vaporised.
|
|
return
|
|
|
|
/mob/observer/gib() //ghosts can't be gibbed.
|
|
return
|
|
|
|
/mob/observer/ash()
|
|
return //ghosts can't be ashed.
|