mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-19 13:20:47 +01:00
1def015bad
* end of file Fix * fix those lints too
16 lines
425 B
Plaintext
16 lines
425 B
Plaintext
/mob/living/silicon/gib()
|
|
..("gibbed-r")
|
|
gibs(loc, null, /obj/effect/gibspawner/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)
|