mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 01:52:15 +00:00
12 lines
392 B
Plaintext
12 lines
392 B
Plaintext
/mob/living/silicon/gib()
|
|
..("gibbed-r")
|
|
gibs(loc, viruses, null, /obj/effect/gibspawner/robot)
|
|
|
|
/mob/living/silicon/dust()
|
|
..("dust-r", /obj/effect/decal/remains/robot)
|
|
|
|
/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) |