menu swapper: swap reset on dismantled traps and lay on expired traps

This commit is contained in:
Håkon Rosseland Paulsen
2018-04-16 22:50:28 -04:00
committed by Adam
parent 86588acdd1
commit 85918b371b
@@ -393,6 +393,10 @@ public class MenuEntrySwapperPlugin extends Plugin
{
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);