From 92a0e34293a7408d5c8287f51b2466287c1c2d49 Mon Sep 17 00:00:00 2001 From: Joan Lung Date: Tue, 9 Aug 2016 11:55:21 -0400 Subject: [PATCH] Fixes an important clockcult bug (#19780) --- code/game/gamemodes/clock_cult/clock_structures.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/clock_cult/clock_structures.dm b/code/game/gamemodes/clock_cult/clock_structures.dm index c411a6a9bc7..c4931d07cc8 100644 --- a/code/game/gamemodes/clock_cult/clock_structures.dm +++ b/code/game/gamemodes/clock_cult/clock_structures.dm @@ -246,6 +246,7 @@ if(!clockwork_component_cache["replicant_alloy"]) user << "There is no Replicant Alloy in the global component cache!" return 0 + clockwork_component_cache["replicant_alloy"]-- var/obj/item/clockwork/component/replicant_alloy/A = new(get_turf(src)) user.visible_message("[user] withdraws [A] from [src].", "You withdraw [A] from [src].") user.put_in_hands(A)