mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-06-05 13:34:25 +01:00
1def015bad
* end of file Fix * fix those lints too
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.
|