Merge pull request #7096 from Monsterxsync/cooking-plugin-fix

Add karambwans to cooking plugin.
This commit is contained in:
Adam
2019-01-04 22:44:40 -05:00
committed by GitHub
2 changed files with 96 additions and 1 deletions

View File

@@ -109,7 +109,12 @@ public class CookingPlugin extends Plugin
final String message = event.getMessage();
if (message.startsWith("You successfully cook") || message.startsWith("You successfully bake") || message.startsWith("You manage to cook") || message.startsWith("You roast a"))
if (message.startsWith("You successfully cook")
|| message.startsWith("You successfully bake")
|| message.startsWith("You manage to cook")
|| message.startsWith("You roast a")
|| message.startsWith("You cook")
|| message.startsWith("You squeeze the grapes into the jug"))
{
if (session == null)
{