mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-06-15 18:32:41 +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. |