Make speed potions level 1 and drinkable

This commit is contained in:
AlexTheCoder 2017-05-16 21:19:20 -04:00 committed by cnr
parent 672ada3f31
commit eb0e9c0504
2 changed files with 2 additions and 2 deletions

View File

@ -239,7 +239,7 @@ public class CastleAssault extends TeamGame
_rodsAndGaps.addLoot(new ItemBuilder(Material.GOLDEN_APPLE).setTitle(C.cPurple + "Golden Applegate").build(), 3); _rodsAndGaps.addLoot(new ItemBuilder(Material.GOLDEN_APPLE).setTitle(C.cPurple + "Golden Applegate").build(), 3);
} }
{ {
_potionGearCommon.addLoot(new ItemBuilder(Material.POTION).setData((short)16418).build(), 2); _potionGearCommon.addLoot(new ItemBuilder(Material.POTION).setData((short)8194).build(), 2);
_potionGearCommon.addLoot(new ItemBuilder(Material.POTION).setData((short)16417).build(), 2); _potionGearCommon.addLoot(new ItemBuilder(Material.POTION).setData((short)16417).build(), 2);
} }
{ {

View File

@ -215,7 +215,7 @@ public class CastleAssaultTDM extends TeamGame
_rodsAndGaps.addLoot(new ItemBuilder(Material.GOLDEN_APPLE).setTitle(C.cPurple + "Golden Applegate").build(), 3); _rodsAndGaps.addLoot(new ItemBuilder(Material.GOLDEN_APPLE).setTitle(C.cPurple + "Golden Applegate").build(), 3);
} }
{ {
_potionGearCommon.addLoot(new ItemBuilder(Material.POTION).setData((short)16418).build(), 2); _potionGearCommon.addLoot(new ItemBuilder(Material.POTION).setData((short)8194).build(), 2);
_potionGearCommon.addLoot(new ItemBuilder(Material.POTION).setData((short)16417).build(), 2); _potionGearCommon.addLoot(new ItemBuilder(Material.POTION).setData((short)16417).build(), 2);
} }
{ {