13 lines
317 B
Plaintext
13 lines
317 B
Plaintext
/mob/living/silicon/spawn_gibs()
|
|
new /obj/effect/gibspawner/robot(drop_location())
|
|
|
|
/mob/living/silicon/spawn_dust()
|
|
new /obj/effect/decal/remains/robot(loc)
|
|
|
|
/mob/living/silicon/death(gibbed)
|
|
if(!gibbed)
|
|
emote("deathgasp")
|
|
diag_hud_set_status()
|
|
diag_hud_set_health()
|
|
update_health_hud()
|
|
. = ..() |