Merge pull request #19968 from ChangelingRain/extracttheresultinginkplaceinavialandexplaintoittheworthlessnessofthetreasuresofearthbreakitagainstamirrorthecauseofvanity

Clockwork scripture now has stat logging
This commit is contained in:
Cheridan
2016-08-20 23:02:09 -05:00
committed by GitHub
@@ -59,6 +59,8 @@ Judgement: 10 servants, 100 CV, and any existing AIs are converted or destroyed
for(var/i in used_cache_components)
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", name)
if(slab)
slab.busy = null
qdel(src)