mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 17:41:56 +00:00
11 lines
257 B
Plaintext
11 lines
257 B
Plaintext
/mob/dead/observer
|
|
icon = 'mob.dmi'
|
|
icon_state = "ghost"
|
|
layer = 4
|
|
density = 0
|
|
stat = 2
|
|
canmove = 0
|
|
blinded = 0
|
|
anchored = 1 // don't get pushed around
|
|
var/mob/corpse = null // observer mode
|
|
var/datum/hud/living/carbon/hud = null // hud |