Fixed waller kit bc I was stupid before ;c
This commit is contained in:
parent
0586e5fb77
commit
dd53d268e4
@ -1,5 +1,6 @@
|
||||
package nautilus.game.arcade.game.games.lobbers.kits;
|
||||
|
||||
import mineplex.core.achievement.Achievement;
|
||||
import mineplex.core.common.util.F;
|
||||
import mineplex.core.itemstack.ItemBuilder;
|
||||
import nautilus.game.arcade.ArcadeManager;
|
||||
@ -27,6 +28,16 @@ public class KitWaller extends Kit
|
||||
new PerkCraftman()
|
||||
}, EntityType.ZOMBIE,
|
||||
new ItemBuilder(Material.SMOOTH_BRICK).setUnbreakable(true).build());
|
||||
|
||||
this.setAchievementRequirements(new Achievement[]
|
||||
{
|
||||
Achievement.BOMB_LOBBERS_WINS,
|
||||
Achievement.BOMB_LOBBERS_ULTIMATE_KILLER,
|
||||
Achievement.BOMB_LOBBERS_SNIPER,
|
||||
Achievement.BOMB_LOBBERS_PROFESSIONAL_LOBBER,
|
||||
Achievement.BOMB_LOBBERS_EXPLOSION_PROOF,
|
||||
Achievement.BOMB_LOBBERS_BLAST_PROOF
|
||||
});
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user