Fixed spelling error.

This commit is contained in:
elacey
2019-05-10 15:39:51 -04:00
parent b103875cec
commit 029d8d7cf5

View File

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