Make speed potions level 1 and drinkable
This commit is contained in:
parent
672ada3f31
commit
eb0e9c0504
@ -239,7 +239,7 @@ public class CastleAssault extends TeamGame
|
||||
_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);
|
||||
}
|
||||
{
|
||||
|
@ -215,7 +215,7 @@ public class CastleAssaultTDM extends TeamGame
|
||||
_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);
|
||||
}
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user