Fixed spelling error.
This commit is contained in:
@@ -2,7 +2,7 @@ package com.bayviewglen.zork.Items;
|
||||
public class Robes extends Item{
|
||||
|
||||
public Robes(){
|
||||
super(9, "Robes", "Worn out robes that belonged to Henry Pelatt", false, 50, 1);
|
||||
super(9, "Robes", "Worn out robes that belonged to Henry Pellatt", false, 50, 1);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user