cannon: remove counter on decay

This commit is contained in:
xDemoN
2019-05-17 14:28:30 -04:00
parent b6a5675375
commit f21a86af41

View File

@@ -295,7 +295,8 @@ public class CannonPlugin extends Plugin
cballsLeft = 0;
}
if (event.getMessage().contains("You pick up the cannon"))
if (event.getMessage().contains("You pick up the cannon")
|| event.getMessage().contains("Your cannon has decayed. Speak to Nulodion to get a new one!"))
{
cannonPlaced = false;
cballsLeft = 0;