fixed achievement kit for sneaky not being accessible
This commit is contained in:
parent
d2301337d2
commit
a1eff92bbb
@ -1,5 +1,6 @@
|
||||
package nautilus.game.arcade.game.games.sneakyassassins.kits;
|
||||
|
||||
import mineplex.core.achievement.Achievement;
|
||||
import mineplex.core.common.util.*;
|
||||
import mineplex.core.itemstack.*;
|
||||
import nautilus.game.arcade.*;
|
||||
@ -22,10 +23,18 @@ public class KitBriber extends SneakyAssassinKit
|
||||
new Perk[]
|
||||
{
|
||||
new PerkSmokebomb(Material.INK_SACK, 3, true),
|
||||
//new PerkBriber(),
|
||||
},
|
||||
new ItemStack(Material.EMERALD),
|
||||
disguiseType);
|
||||
|
||||
this.setAchievementRequirements(new Achievement[]
|
||||
{
|
||||
Achievement.SNEAK_ASSASSINS_I_SEE_YOU,
|
||||
Achievement.SNEAK_ASSASSINS_INCOMPETENCE,
|
||||
Achievement.SNEAK_ASSASSINS_MASTER_ASSASSIN,
|
||||
Achievement.SNEAK_ASSASSINS_THE_MASTERS_MASTER,
|
||||
Achievement.SNEAKY_ASSASSINS_WINS,
|
||||
});
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user