Files
VOREStation/code/modules/mob/dead/death.dm
Kashargul 1def015bad end of file Fix (#17308)
* end of file Fix

* fix those lints too
2025-03-10 16:15:35 -04:00

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.