Files
Polaris/code/modules/mob/living/silicon/death.dm
Atermonera 0232be9531 Repaths obj/effect/effect, datum/effect/effect [MDB_IGNORE] (#8312)
* Repaths obj/effect/effect, datum/effect/effect

* linter fixes

* No new

Co-authored-by: Atermonera <forslandm@gmail.com>
2022-01-16 00:14:39 -08:00

15 lines
426 B
Plaintext

/mob/living/silicon/gib()
..("gibbed-r")
gibs(loc, null, /obj/effect/spawner/gibs/robot)
/mob/living/silicon/dust()
..("dust-r", /obj/effect/decal/remains/robot)
/mob/living/silicon/ash()
..("dust-r")
/mob/living/silicon/death(gibbed,deathmessage)
if(in_contents_of(/obj/machinery/recharge_station))//exit the recharge station
var/obj/machinery/recharge_station/RC = loc
RC.go_out()
return ..(gibbed,deathmessage)