From 8a728c5170398335a0199f71567de732f63895dc Mon Sep 17 00:00:00 2001 From: myk002 Date: Thu, 28 Jan 2021 12:17:26 -0800 Subject: [PATCH] fix tallow alias --- data/quickfort/aliases-common.txt | 4 ++-- docs/changelog.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/quickfort/aliases-common.txt b/data/quickfort/aliases-common.txt index 9cef22417..483085bb4 100644 --- a/data/quickfort/aliases-common.txt +++ b/data/quickfort/aliases-common.txt @@ -104,7 +104,7 @@ plants: {foodprefix}b{Right}{Down 4}p^ booze: {foodprefix}b{Right}{Down 5}p{Down}p^ seeds: {foodprefix}b{Right}{Down 9}p^ dye: {foodprefix}b{Right}{Down 11}{Right}{Down 28}{togglesequence 4}^ -tallow: {foodprefix}b{Right}{Down 13}{Right}{Down}{togglesequence2 811}^ +tallow: {foodprefix}b{Right}{Down 13}{Right}{Down}{togglesequence2 822}^ miscliquid: {foodprefix}b{Right}{Down 18}p^ forbidpreparedfood: {foodprefix}u^ @@ -113,7 +113,7 @@ forbidplants: {foodprefix}{Right}{Down 4}f^ forbidbooze: {foodprefix}{Right}{Down 5}f{Down}f^ forbidseeds: {foodprefix}{Right}{Down 9}f^ forbiddye: {foodprefix}{Right}{Down 11}{Right}{Down 28}{togglesequence 4}^ -forbidtallow: {foodprefix}{Right}{Down 13}{Right}{Down}{togglesequence2 811}^ +forbidtallow: {foodprefix}{Right}{Down 13}{Right}{Down}{togglesequence2 822}^ forbidmiscliquid: {foodprefix}{Right}{Down 18}f^ permitpreparedfood: {forbidpreparedfood} diff --git a/docs/changelog.txt b/docs/changelog.txt index 3d968f09f..bf9b9fbfc 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -36,7 +36,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences: ## Fixes - `embark-assistant`: fixed order of factors when calculating min temperature - `embark-assistant`: improved performance of surveying -- `quickfort`: fix library aliases for iron, copper, and steel weapons; add aliases for bronze weapons and armor; add alias for tradeable crafts +- `quickfort`: fix library aliases for tallow and iron, copper, and steel weapons; add aliases for bronze weapons and armor; add alias for tradeable crafts ## Misc Improvements - `buildingplan`: set global settings from the ``DFHack#`` prompt: e.g. ``buildingplan set boulders false``