cooking: Add support for drying sinew (#12184)
This commit is contained in:
@@ -176,7 +176,8 @@ public class CookingPlugin extends Plugin
|
||||
|| message.startsWith("You successfully bake")
|
||||
|| message.startsWith("You manage to cook")
|
||||
|| message.startsWith("You roast a")
|
||||
|| message.startsWith("You cook"))
|
||||
|| message.startsWith("You cook")
|
||||
|| message.startsWith("You dry a piece of meat"))
|
||||
{
|
||||
if (session == null)
|
||||
{
|
||||
|
||||
@@ -59,7 +59,8 @@ public class CookingPluginTest
|
||||
"You cook the karambwan. It looks delicious.",
|
||||
"You roast a lobster.",
|
||||
"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
|
||||
|
||||
Reference in New Issue
Block a user