cooking: Add support for drying sinew (#12184)

This commit is contained in:
Jussi Kauppinen
2020-07-24 11:05:02 +03:00
committed by GitHub
parent 25c7c8c73a
commit 6034d4646d
2 changed files with 4 additions and 2 deletions

View File

@@ -176,7 +176,8 @@ public class CookingPlugin extends Plugin
|| message.startsWith("You successfully bake") || message.startsWith("You successfully bake")
|| 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 cook")) || message.startsWith("You cook")
|| message.startsWith("You dry a piece of meat"))
{ {
if (session == null) if (session == null)
{ {

View File

@@ -59,7 +59,8 @@ public class CookingPluginTest
"You cook the karambwan. It looks delicious.", "You cook the karambwan. It looks delicious.",
"You roast a lobster.", "You roast a lobster.",
"You cook a bass.", "You cook a bass.",
"You successfully bake a tasty garden pie." "You successfully bake a tasty garden pie.",
"You dry a piece of meat and extract the sinew."
}; };
@Inject @Inject