summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2014-02-06 02:35:27 +0000
committerKHobbits <rob@khobbits.co.uk>2014-02-06 02:35:27 +0000
commitd99c35cc35118fd0d84117e1ea73859db437362b (patch)
tree4759fcb246d4d3803851b080dfd3bebc310ef056
parent518650e842e7cf5ef2feccea52909e6fb345de34 (diff)
downloadEssentials-d99c35cc35118fd0d84117e1ea73859db437362b.tar
Essentials-d99c35cc35118fd0d84117e1ea73859db437362b.tar.gz
Essentials-d99c35cc35118fd0d84117e1ea73859db437362b.tar.lz
Essentials-d99c35cc35118fd0d84117e1ea73859db437362b.tar.xz
Essentials-d99c35cc35118fd0d84117e1ea73859db437362b.zip
Add bow as a skeleton keyword
-rw-r--r--Essentials/src/com/earth2me/essentials/MobData.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/Essentials/src/com/earth2me/essentials/MobData.java b/Essentials/src/com/earth2me/essentials/MobData.java
index 65abb76eb..1e2877880 100644
--- a/Essentials/src/com/earth2me/essentials/MobData.java
+++ b/Essentials/src/com/earth2me/essentials/MobData.java
@@ -93,6 +93,7 @@ public enum MobData
IRON_SWORD_SKELETON("ironsword", EntityType.SKELETON, Material.IRON_SWORD, true),
STONE_SWORD_SKELETON("stonesword", EntityType.SKELETON, Material.STONE_SWORD, false),
SWORD_SKELETON("sword", EntityType.SKELETON, Material.STONE_SWORD, true),
+ BOW_SKELETON("bow", EntityType.SKELETON, Material.BOW, true),
WHITHER_SKELETON("wither", EntityType.SKELETON, Data.WITHER, true),
POWERED_CREEPER("powered", EntityType.CREEPER, Data.ELECTRIFIED, true),
ELECTRIC_CREEPER("electric", EntityType.CREEPER, Data.ELECTRIFIED, false),