finished combat, fixed open door null pointer bug
This commit is contained in:
@@ -2,7 +2,7 @@ package com.bayviewglen.zork.Items;
|
||||
public class Sword extends Item{
|
||||
|
||||
public Sword(){
|
||||
super(33, "Sword", "A steel, double-edged sword which seems to have been sharpened recently", 20, 50);
|
||||
super(33, "Sword", "A steel, double-edged sword which seems to have been sharpened recently", 20, 20);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user