Add support for equipping tiaras.

This commit is contained in:
Major-
2014-07-05 00:09:52 +01:00
parent e3943429fa
commit d40b5d3514
2 changed files with 3 additions and 2 deletions
Binary file not shown.
+3 -2
View File
@@ -62,8 +62,9 @@ public final class EquipmentConstants {
/**
* Hats.
*/
public static final String[] HATS = { "helm", "hood", "coif", "Coif", "hat", "partyhat", "Hat", "full helm (t)",
"full helm (g)", "hat (t)", "hat (g)", "cav", "boater", "helmet", "mask", "Helm of neitiznot" };
public static final String[] HATS = { "tiara", "helm", "hood", "coif", "Coif", "hat", "partyhat", "Hat",
"full helm (t)", "full helm (g)", "hat (t)", "hat (g)", "cav", "boater", "helmet", "mask",
"Helm of neitiznot" };
/**
* Legs.