menu swapper: swap reset on dismantled traps and lay on expired traps
This commit is contained in:
committed by
Adam
parent
86588acdd1
commit
85918b371b
@@ -393,6 +393,10 @@ public class MenuEntrySwapperPlugin extends Plugin
|
|||||||
{
|
{
|
||||||
swap("reset", option, target, true);
|
swap("reset", option, target, true);
|
||||||
}
|
}
|
||||||
|
else if (config.swapBoxTrap() && option.equals("take"))
|
||||||
|
{
|
||||||
|
swap("lay", option, target, true);
|
||||||
|
}
|
||||||
else if (config.swapCatacombEntrance() && option.equals("read"))
|
else if (config.swapCatacombEntrance() && option.equals("read"))
|
||||||
{
|
{
|
||||||
swap("investigate", option, target, true);
|
swap("investigate", option, target, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user