cooking: Add more chatbox messages

This commit is contained in:
Jonathan Lee
2021-02-15 03:33:40 -08:00
committed by Jordan Atwood
parent e40a7ad6af
commit 662c287602

View File

@@ -174,9 +174,16 @@ public class CookingPlugin extends Plugin
if (message.startsWith("You successfully cook") if (message.startsWith("You successfully cook")
|| message.startsWith("You successfully bake") || message.startsWith("You successfully bake")
|| message.startsWith("You successfully fry")
|| message.startsWith("You manage to cook") || message.startsWith("You manage to cook")
|| message.startsWith("You roast a") || message.startsWith("You roast a")
|| message.startsWith("You spit-roast")
|| message.startsWith("You cook") || message.startsWith("You cook")
|| message.startsWith("Eventually the Jubbly")
|| message.startsWith("You half-cook")
|| message.startsWith("The undead meat is now cooked")
|| message.startsWith("The undead chicken is now cooked")
|| message.startsWith("You successfully scramble")
|| message.startsWith("You dry a piece of meat")) || message.startsWith("You dry a piece of meat"))
{ {
if (session == null) if (session == null)
@@ -189,6 +196,8 @@ public class CookingPlugin extends Plugin
} }
else if (message.startsWith("You accidentally burn") else if (message.startsWith("You accidentally burn")
|| message.startsWith("You burn")
|| message.startsWith("Unfortunately the Jubbly")
|| message.startsWith("You accidentally spoil")) || message.startsWith("You accidentally spoil"))
{ {
if (session == null) if (session == null)