Buffs chemical grenades (#1372)

This commit is contained in:
CitadelStationBot
2017-06-04 11:08:50 -05:00
committed by kevinz000
parent f9d4db23bc
commit 79f28a732d
@@ -103,7 +103,7 @@
to_chat(user, "<span class='warning'>You need one length of coil to wire the assembly!</span>")
return
else if(stage == READY && istype(I, /obj/item/weapon/wirecutters))
else if(stage == READY && istype(I, /obj/item/weapon/wirecutters) && !active)
stage_change(WIRED)
to_chat(user, "<span class='notice'>You unlock the [initial(name)] assembly.</span>")