From c4194e2b76a50511dd37bb20be27f23069ee927b Mon Sep 17 00:00:00 2001 From: Electroblob77 <35599699+Electroblob77@users.noreply.github.com> Date: Wed, 23 Sep 2020 14:05:00 +0100 Subject: [PATCH] Fix being able to use master tomes on master wands --- src/main/java/electroblob/wizardry/item/ItemWand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/electroblob/wizardry/item/ItemWand.java b/src/main/java/electroblob/wizardry/item/ItemWand.java index 5d5cb2e6..00412f46 100644 --- a/src/main/java/electroblob/wizardry/item/ItemWand.java +++ b/src/main/java/electroblob/wizardry/item/ItemWand.java @@ -675,7 +675,7 @@ public class ItemWand extends Item implements IWorkbenchItem, ISpellCastingItem, // progression or the player is in creative mode. if((player == null || player.isCreative() || Wizardry.settings.legacyWandLevelling || WandHelper.getProgression(wand) >= tier.progression) - && tier == this.tier.next()){ + && tier == this.tier.next() && this.tier != Tier.MASTER){ if(Wizardry.settings.legacyWandLevelling){ // Progression has little meaning with legacy upgrade mechanics so just reset it