mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 20:23:26 +00:00
12 lines
360 B
Plaintext
12 lines
360 B
Plaintext
/mob/living/silicon/gib()
|
|
..("gibbed-r")
|
|
robogibs(loc, viruses)
|
|
|
|
/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) |