Merge branch 'master' of ssh://dev.mineplex.com:7999/min/mineplex

This commit is contained in:
Chiss 2013-12-22 00:01:24 +11:00
commit 3bd7a7cd1f
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ public class Halloween2013_BatGun extends ItemGadget
C.cWhite + "Launch waves of annoying bats",
C.cWhite + "at people you don't like!",
},
-1,
10000,
Material.IRON_BARDING, (byte)0);
}

View File

@ -33,7 +33,7 @@ public class Frost extends HorseMount
},
Material.SNOW_BALL,
(byte)0,
-1,
30000,
Color.WHITE, Style.WHITE, Variant.HORSE, 1, null);
}

View File

@ -29,7 +29,7 @@ public class Undead extends HorseMount
},
Material.BONE,
(byte)0,
-1,
30000,
Color.BLACK, Style.BLACK_DOTS, Variant.SKELETON_HORSE, 0.8, null);
}