mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 03:51:49 +01:00
13 lines
383 B
Plaintext
13 lines
383 B
Plaintext
/mob/living/silicon/gib()
|
|
..("gibbed-r")
|
|
gibs(loc, viruses, null, /obj/effect/gibspawner/robot)
|
|
|
|
/mob/living/silicon/dust()
|
|
..(/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)
|