Fixed jewellery-related bug

This commit is contained in:
ceikry
2021-08-03 11:03:52 -05:00
parent de2efbff19
commit e17c150013
@@ -186,7 +186,7 @@ public final class JewelleryInterface extends ComponentPlugin {
});
return true;
}
if(!player.getSlayer().flags.isRingUnlocked()){
if(!player.getSlayer().flags.isRingUnlocked() && data.equals(JewelleryItem.SLAYER_RING)){
player.sendMessages("You don't know how to make this. Talk to any Slayer master in order to learn the", "ability that creates Slayer rings.");
return true;
}