This commit is contained in:
kevinz000
2018-10-12 17:25:35 -07:00
parent 63d0ee34b4
commit e627f3b956
61 changed files with 1220 additions and 358 deletions
@@ -54,7 +54,7 @@
else
to_chat(user, "<span class='notice'>[src] already has a diode.</span>")
else if(istype(W, /obj/item/weapon/screwdriver))
else if(W.is_screwdriver())
if(diode)
to_chat(user, "<span class='notice'>You remove the [diode.name] from the [src].</span>")
diode.loc = get_turf(src.loc)