add shield to weapons category

This commit is contained in:
Ryder Belserion 2024-10-12 17:58:13 -04:00
parent 1098887056
commit 4328dd8490
No known key found for this signature in database

View File

@ -120,6 +120,8 @@ public enum Category {
ma.add(Material.MACE);
ma.add(Material.SHIELD);
return ma;
}