diff --git a/Server/src/main/java/core/game/node/entity/skill/smithing/SmithingPulse.java b/Server/src/main/java/core/game/node/entity/skill/smithing/SmithingPulse.java index 396a7691d..91bce0236 100644 --- a/Server/src/main/java/core/game/node/entity/skill/smithing/SmithingPulse.java +++ b/Server/src/main/java/core/game/node/entity/skill/smithing/SmithingPulse.java @@ -68,10 +68,6 @@ public class SmithingPulse extends SkillPulse { player.getDialogueInterpreter().sendDialogue("You need to complete Tourist Trap to smith dart tips."); return false; } - if (!player.getQuestRepository().isComplete("Death Plateau") && bar.getSmithingType() == SmithingType.TYPE_CLAWS) { - player.getDialogueInterpreter().sendDialogue("You need to complete Death Plateau to smith claws."); - return false; - } return true; }