forked from 2009Scape/Server
Addressed issue #118 Can now fill waterskins
This commit is contained in:
parent
d14d70843d
commit
080ff65be9
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue