mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
@@ -143,9 +143,9 @@ public class ItemData {
|
|||||||
"Armadyl helmet", "Berserker helm", "Archer helm", "Farseer helm",
|
"Armadyl helmet", "Berserker helm", "Archer helm", "Farseer helm",
|
||||||
"Warrior helm", "Void"};
|
"Warrior helm", "Void"};
|
||||||
/* Fullmask covers your entire head. */
|
/* 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",
|
"Guthans helm", "Karils coif", "mask", "Torags helm", "Void", "helmet",
|
||||||
"sallet", "Facemask", "Bearhead"};
|
"sallet", "Facemask", "Bearhead", "Leather cowl"};
|
||||||
|
|
||||||
public static boolean isFullBody(int itemId) {
|
public static boolean isFullBody(int itemId) {
|
||||||
if(itemId == -1)
|
if(itemId == -1)
|
||||||
|
|||||||
Reference in New Issue
Block a user