diff options
| author | Alexander Gavrilov | 2012-09-18 17:39:37 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-09-18 17:39:37 +0400 |
| commit | a7998f71a2ee95d2d21f34468761118fd6b8585f (patch) | |
| tree | d909faf957838e9ad7678c63517849a5a1995100 /dfhack.init-example | |
| parent | f2e7ee4756813e1f60043d47942d18d4b7b814b5 (diff) | |
| download | dfhack-a7998f71a2ee95d2d21f34468761118fd6b8585f.tar.gz dfhack-a7998f71a2ee95d2d21f34468761118fd6b8585f.tar.bz2 dfhack-a7998f71a2ee95d2d21f34468761118fd6b8585f.tar.xz | |
Add a tweak workaround for the issue with container reactions in advmode.
Diffstat (limited to 'dfhack.init-example')
| -rw-r--r-- | dfhack.init-example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dfhack.init-example b/dfhack.init-example index b8b53cad..83c3641b 100644 --- a/dfhack.init-example +++ b/dfhack.init-example @@ -86,3 +86,7 @@ tweak fast-heat 500 # stop stacked liquid/bar/thread/cloth items from lasting forever # if used in reactions that use only a fraction of the dimension. tweak fix-dimensions + +# make reactions requiring containers usable in advmode - the issue is +# that the screen asks for those reagents to be selected directly +tweak advmode-contained |
