From de3749f2aa1d71c188e2c7c5e770216e2d36f046 Mon Sep 17 00:00:00 2001 From: Joan Lung Date: Fri, 19 Aug 2016 10:00:53 -0400 Subject: [PATCH] can't be trusted --- code/game/gamemodes/clock_cult/clock_scripture.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/clock_cult/clock_scripture.dm b/code/game/gamemodes/clock_cult/clock_scripture.dm index 13fd36b39eb..edb588fe8d8 100644 --- a/code/game/gamemodes/clock_cult/clock_scripture.dm +++ b/code/game/gamemodes/clock_cult/clock_scripture.dm @@ -61,7 +61,7 @@ Judgement: 10 servants, 100 CV, and any existing AIs are converted or destroyed if(used_cache_components[i]) clockwork_component_cache[i] += consumed_components[i] else if(slab && !slab.no_cost) //if the slab exists and isn't debug, log the scripture as being used - feedback_add_details("clockcult_scripture_recited", log_name) + feedback_add_details("clockcult_scripture_recited", logname) if(slab) slab.busy = null qdel(src)