Fixes an important clockcult bug (#19780)

This commit is contained in:
Joan Lung
2016-08-09 10:55:21 -05:00
committed by KorPhaeron
parent 79271e51b6
commit 92a0e34293
@@ -246,6 +246,7 @@
if(!clockwork_component_cache["replicant_alloy"])
user << "<span class='warning'>There is no Replicant Alloy in the global component cache!</span>"
return 0
clockwork_component_cache["replicant_alloy"]--
var/obj/item/clockwork/component/replicant_alloy/A = new(get_turf(src))
user.visible_message("<span class='notice'>[user] withdraws [A] from [src].</span>", "<span class='notice'>You withdraw [A] from [src].</span>")
user.put_in_hands(A)