From 7cce5b1c7828b835fed04af2ec65af56bd668591 Mon Sep 17 00:00:00 2001 From: expwnent Date: Wed, 9 Jul 2014 07:06:30 -0400 Subject: [PATCH] Fix repeat comments in dfhack.init-example. --- dfhack.init-example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dfhack.init-example b/dfhack.init-example index c44b87fef..3d745628d 100644 --- a/dfhack.init-example +++ b/dfhack.init-example @@ -205,10 +205,10 @@ log-region fix/cloth-stockpile enable # civs don't bring blood -#:lua dfhack.onStateChange.onLoadBloodDel = function(state) if state == SC_WORLD_LOADED then dfhack.run_command('repeat -time 1 -timeUnits months -command fix/blooddel') end end +#:lua dfhack.onStateChange.onLoadBloodDel = function(state) if state == SC_WORLD_LOADED then dfhack.run_command('repeat -time 1 -timeUnits months -command fix/blood-del') end end # run growth bug regularly -#:lua dfhack.onStateChange.onLoadGrowthBug = function(state) if state == SC_WORLD_LOADED then dfhack.run_command('repeat -time 1 -timeUnits months -command fix/growthbug') end end +#:lua dfhack.onStateChange.onLoadGrowthBug = function(state) if state == SC_WORLD_LOADED then dfhack.run_command('repeat -time 1 -timeUnits months -command fix/growth-bug') end end ####################################################### # Apply binary patches at runtime #