Skip to content

Commit

Permalink
define quickfort aliases to permit cages and traps
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Aug 16, 2020
1 parent 4ac5153 commit 860f07e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data/quickfort/aliases-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,15 @@ animalsprefix: s
enableanimals: {animalsprefix}e^
disableanimals: {animalsprefix}d^

# enables only the specified type (and disables everything else)
cages: {animalsprefix}bu^
traps: {animalsprefix}bj^

# forbids specific items in an already-configured stockpile
forbidcages: {animalsprefix}u^
forbidtraps: {animalsprefix}j^

permitcages: {forbidcages}
permittraps: {forbidtraps}


##################################
# food stockpile adjustments
Expand Down

0 comments on commit 860f07e

Please sign in to comment.