From 8a6ec0007e106c013f01ec652e462589204cf55f Mon Sep 17 00:00:00 2001 From: jj Date: Sat, 16 Mar 2013 13:20:53 +0100 Subject: [PATCH] tweak dfhack.init-example --- dfhack.init-example | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/dfhack.init-example b/dfhack.init-example index ddf93de16..2dd380a01 100644 --- a/dfhack.init-example +++ b/dfhack.init-example @@ -137,6 +137,9 @@ tweak military-color-assigned # remove inverse dependency of squad training speed on unit list size and use more sparring tweak military-training +# enable autoSyndrome +autoSyndrome enable + ########### # Scripts # ########### @@ -149,23 +152,21 @@ fix/cloth-stockpile enable ####################################################### # Apply binary patches at runtime # -# # -# Commented out by default; enable the ones you want. # ####################################################### # Bug 5994 - items teleported when removing a construction -#binpatch apply deconstruct-teleport -#binpatch apply deconstruct-heapfall +binpatch apply deconstruct-teleport +binpatch apply deconstruct-heapfall # Bug 4406 - hospital overstocking on all items -#binpatch apply hospital-overstocking +binpatch apply hospital-overstocking # Bug 808 - custom reactions completely using up all of their reagents -#binpatch apply custom-reagent-size +binpatch apply custom-reagent-size # Bug 4530 - marksdwarves not training when quiver full of combat-only ammo -#binpatch apply training-ammo +binpatch apply training-ammo # Bug 1445 - weapon racks broken, armor stand capacity too low -#binpatch apply weaponrack-unassign -#binpatch apply armorstand-capacity +binpatch apply weaponrack-unassign +binpatch apply armorstand-capacity