commit
This commit is contained in:
@@ -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);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -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);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user