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
@@ -143,9 +143,9 @@ public class ItemData {
"Armadyl helmet", "Berserker helm", "Archer helm", "Farseer helm",
"Warrior helm", "Void"};
/* Fullmask covers your entire head. */
private static String[] fullmask = { "full helm(t)", "full helm(g)", "full helm", "mask", "Veracs helm",
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)