All items and some item classes added
This commit is contained in:
8
src/com/bayviewglen/zork/Items/Notebook.java
Normal file
8
src/com/bayviewglen/zork/Items/Notebook.java
Normal file
@@ -0,0 +1,8 @@
|
||||
package com.bayviewglen.zork.Items;
|
||||
public class Notebook extends Item{
|
||||
|
||||
public Notebook(){
|
||||
super(15, "Notebook", "A book filled with diagrams and descriptions, belonging to Henry Pellatt", false, 50, 1);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user