diff --git a/TwosideKeeper.jar b/TwosideKeeper.jar index a30b530..eb3c158 100644 Binary files a/TwosideKeeper.jar and b/TwosideKeeper.jar differ diff --git a/src/sig/plugin/TwosideKeeper/HelperStructures/Loot.java b/src/sig/plugin/TwosideKeeper/HelperStructures/Loot.java index b6ee5c5..7b6481c 100644 --- a/src/sig/plugin/TwosideKeeper/HelperStructures/Loot.java +++ b/src/sig/plugin/TwosideKeeper/HelperStructures/Loot.java @@ -459,7 +459,7 @@ public class Loot { prefix = (hardened)?(ChatColor.LIGHT_PURPLE+""+ChatColor.BOLD+"Hardened Mega "):(ChatColor.AQUA+""+ChatColor.BOLD+"Mega "); switch (set) { case PANROS:{ - tierbonus = modifyTierBonus(item,tierbonus); + tierbonus = (custom)?tierbonus:modifyTierBonus(item,tierbonus); set_name = prefix+"Panros Striker "+GenericFunctions.UserFriendlyMaterialName(item.getType()); //Striker set. }break; case SONGSTEEL:{