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); } }