forked from 2009Scape/Server
Added handling for emptying cornflour pot
This commit is contained in:
parent
4fe916990e
commit
e4b799c44a
1 changed files with 1 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue