Skip to content

Commit

Permalink
menu swapper: swap reset on dismantled traps and lay on expired traps
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonrp authored and Adam- committed Apr 17, 2018
1 parent 70016e3 commit ac097bc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,10 @@ else if (config.swapBoxTrap() && (option.equals("check") || option.equals("disma
{
swap("reset", option, target, true);
}
else if (config.swapBoxTrap() && option.equals("take"))
{
swap("lay", option, target, true);
}
else if (config.swapCatacombEntrance() && option.equals("read"))
{
swap("investigate", option, target, true);
Expand Down

0 comments on commit ac097bc

Please sign in to comment.