Fix Some Helmets (#622)

* Fix Some More Full Helms

* Fix Leather Cowl
This commit is contained in:
Josh Shippam
2023-02-19 04:34:21 +00:00
committed by GitHub
parent 9e285b96c5
commit fc0782104b
@@ -145,7 +145,7 @@ public class ItemData {
/* Fullmask covers your entire head. */
private static String[] fullmask = { "full helm (t)", "full helm (g)", "full helm", "mask", "Veracs helm",
"Guthans helm", "Karils coif", "mask", "Torags helm", "Void", "helmet",
"sallet", "Facemask", "Bearhead"};
"sallet", "Facemask", "Bearhead", "Leather cowl"};
public static boolean isFullBody(int itemId) {
if(itemId == -1)