Files
GS13NG/code/modules/mob/dead/dead.dm
CitadelStationBot cea81a3357 Initialize Refactor
2017-04-26 16:03:17 -05:00

12 lines
231 B
Plaintext

//Dead mobs can exist whenever. This is needful
INITIALIZE_IMMEDIATE(/mob/dead)
/mob/dead/dust() //ghosts can't be vaporised.
return
/mob/dead/gib() //ghosts can't be gibbed.
return
/mob/dead/ConveyorMove() //lol
return