Revert kit name changes
We can change this back whenever we've migrated to the new name in mssql
This commit is contained in:
parent
3dc93e5c8f
commit
16f6d75dea
@ -35,7 +35,7 @@ public class KitBeserker extends ProgressingKit
|
|||||||
|
|
||||||
public KitBeserker(ArcadeManager manager)
|
public KitBeserker(ArcadeManager manager)
|
||||||
{
|
{
|
||||||
super(manager, "Berserker", "sheepbeserker", KitAvailability.Free, DESCRIPTION, PERKS, EntityType.ZOMBIE, IN_HAND);
|
super(manager, "Beserker", "sheepbeserker", KitAvailability.Free, DESCRIPTION, PERKS, EntityType.ZOMBIE, IN_HAND);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -26,7 +26,7 @@ public class KitBeastmaster extends SurvivalGamesKit
|
|||||||
|
|
||||||
public KitBeastmaster(ArcadeManager manager)
|
public KitBeastmaster(ArcadeManager manager)
|
||||||
{
|
{
|
||||||
super(manager, "Beast Master", KitAvailability.Gem, 5000, DESCRIPTION, PERKS, IN_HAND);
|
super(manager, "Beastmaster", KitAvailability.Gem, 5000, DESCRIPTION, PERKS, IN_HAND);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -35,7 +35,7 @@ public class KitTactician extends KitTypeWarsBase
|
|||||||
|
|
||||||
public KitTactician(ArcadeManager manager)
|
public KitTactician(ArcadeManager manager)
|
||||||
{
|
{
|
||||||
super(manager, "Alpha Tactician", KitAvailability.Achievement, DESCRIPTION, PERKS, EntityType.SKELETON, IN_HAND,
|
super(manager, "Alpha. Tactician", KitAvailability.Achievement, DESCRIPTION, PERKS, EntityType.SKELETON, IN_HAND,
|
||||||
new Spell[]{
|
new Spell[]{
|
||||||
new SpellGrowthLiner(manager), new SpellMassSlow(manager), new SpellKillEverything(manager)
|
new SpellGrowthLiner(manager), new SpellMassSlow(manager), new SpellKillEverything(manager)
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user