mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-06-15 11:22:50 +01:00
65f21fb1d3
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
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.
|