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

This commit is contained in:
Håkon Rosseland Paulsen
2018-04-17 04:50:28 +02:00
committed by Adam
parent 86588acdd1
commit 85918b371b

View File

@@ -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);