crowdsourcing: Add newly-found cooking messages

This commit is contained in:
Jonathan Lee
2021-02-14 23:49:30 -08:00
committed by Jordan Atwood
parent 7f65922747
commit e40a7ad6af

View File

@@ -85,6 +85,9 @@ public class CrowdsourcingCooking
|| message.startsWith("Unfortunately the Jubbly")
|| message.startsWith("You accidentally burn")
|| 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 accidentally spoil"))
{
boolean inHosidiusKitchen = false;