From 080ff65be957a7ab871a60d80293ac2223346e23 Mon Sep 17 00:00:00 2001 From: Ceikry Date: Sat, 7 Mar 2020 17:12:22 -0600 Subject: [PATCH] Addressed issue #118 Can now fill waterskins --- .../plugin/interaction/item/withobject/WaterSourcePlugin.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/plugin/interaction/item/withobject/WaterSourcePlugin.java b/Server/src/plugin/interaction/item/withobject/WaterSourcePlugin.java index 752c0c7d8..0bb825278 100644 --- a/Server/src/plugin/interaction/item/withobject/WaterSourcePlugin.java +++ b/Server/src/plugin/interaction/item/withobject/WaterSourcePlugin.java @@ -59,7 +59,7 @@ public final class WaterSourcePlugin extends UseWithHandler { * @version 1.0 */ public enum WaterRecipient { - BUCKET(new Item(1925), new Item(1929)), VIAL(new Item(229), new Item(227)), JUG(new Item(1935), new Item(1937)), BOWL(new Item(1923), new Item(1921)), CLAY(new Item(434), new Item(1761), "You mix the clay and water. You now have some soft, workable clay."), WATERIN_CAN(new Item(5331), new Item(5340), "You fill the watering can."), WATERIN_CAN7(new Item(5339), new Item(5340), "You fill the watering can."), WATERIN_CAN6(new Item(5338), new Item(5340), "You fill the watering can."), WATERIN_CAN5(new Item(5337), new Item(5340), "You fill the watering can."), WATERIN_CAN4(new Item(5336), new Item(5340), "You fill the watering can."), WATERIN_CAN3(new Item(5335), new Item(5340), "You fill the watering can."), WATERIN_CAN2(new Item(5334), new Item(5340), "You fill the watering can."), WATERIN_CAN1(new Item(5333), new Item(5340), "You fill the watering can."); + BUCKET(new Item(1925), new Item(1929)), VIAL(new Item(229), new Item(227)), JUG(new Item(1935), new Item(1937)), BOWL(new Item(1923), new Item(1921)), CLAY(new Item(434), new Item(1761), "You mix the clay and water. You now have some soft, workable clay."), WATERIN_CAN(new Item(5331), new Item(5340), "You fill the watering can."), WATERIN_CAN7(new Item(5339), new Item(5340), "You fill the watering can."), WATERIN_CAN6(new Item(5338), new Item(5340), "You fill the watering can."), WATERIN_CAN5(new Item(5337), new Item(5340), "You fill the watering can."), WATERIN_CAN4(new Item(5336), new Item(5340), "You fill the watering can."), WATERIN_CAN3(new Item(5335), new Item(5340), "You fill the watering can."), WATERIN_CAN2(new Item(5334), new Item(5340), "You fill the watering can."), WATERIN_CAN1(new Item(5333), new Item(5340), "You fill the watering can."), WATER_SKIN0(new Item(1831), new Item(1823), "You fill the waterskin."), WATER_SKIN1(new Item(1829),new Item(1823),"You fill the waterskin."), WATER_SKIN2(new Item(1827), new Item(1823), "You fill the waterskin."); /** * Represents the required item.