From e4b799c44acb3bab69a054ecc0cb07e4f7e6ac9b Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 25 Jan 2023 00:44:37 +0000 Subject: [PATCH] Added handling for emptying cornflour pot --- .../main/java/core/game/interaction/item/EmptyOptionPlugin.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Server/src/main/java/core/game/interaction/item/EmptyOptionPlugin.java b/Server/src/main/java/core/game/interaction/item/EmptyOptionPlugin.java index 9d351cd14..6292c7c1c 100644 --- a/Server/src/main/java/core/game/interaction/item/EmptyOptionPlugin.java +++ b/Server/src/main/java/core/game/interaction/item/EmptyOptionPlugin.java @@ -50,6 +50,7 @@ public final class EmptyOptionPlugin extends OptionHandler { } public enum EmptyItem{ POT_OF_FLOUR(1933, 1931, "You empty the contents of the pot onto the floor."), + POT_OF_CORNFLOUR(7468, 1931, "You empty the contents of the pot onto the floor."), BONE_MEAL(4255, 1931, "You empty the pot of crushed bones."), BUCKET_OF_SAND(1783, BUCKET, BUCKET_EMPTY_MSG), BUCKET_OF_MILK(1927, BUCKET, BUCKET_EMPTY_MSG),