This commit is contained in:
Luca Carnegie
2019-05-31 17:34:05 -04:00
parent 7f11141f58
commit ad08e5482a
2 changed files with 0 additions and 17 deletions

View File

@@ -1,9 +0,0 @@
package com.bayviewglen.zork.Items;
public class Warmbread extends Item{
public Warmbread() {
super(25, "Warm Bread", "A freshly baked loaf of bread sits ominously on the counter", true, 20, 10);
}
}

View File

@@ -1,8 +0,0 @@
package com.bayviewglen.zork.Items;
public class Waterbottle extends Item{
public Waterbottle() {
super(10, "Water Bottle", "A plastic water bottle half filled with filthy water", true, 10, 1);
}
}