mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
Lost City Required for Dragon Longsword / Dagger (#441)
- Lost City completion is required to equip dragon longsword and dragon dagger
This commit is contained in:
committed by
GitHub
parent
06ae65534c
commit
93b811bcaa
@@ -1405,8 +1405,8 @@ public class ItemAssistant {
|
||||
case 5680:
|
||||
case 5698:
|
||||
case 1305:
|
||||
if (player.spiritTree == false && player.playerRights != 3) {
|
||||
player.getPacketSender().sendMessage("You need to beat the tree spirit to wield this weapon.");
|
||||
if (player.lostCity != 3 && player.playerRights != 3) {
|
||||
player.getPacketSender().sendMessage("You must have completed the Lost City quest to equip this weapon.");
|
||||
canWearItem = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user