mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-04-30 20:28:52 +01:00
8 lines
170 B
Plaintext
8 lines
170 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. |