mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +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 5680:
|
||||||
case 5698:
|
case 5698:
|
||||||
case 1305:
|
case 1305:
|
||||||
if (player.spiritTree == false && player.playerRights != 3) {
|
if (player.lostCity != 3 && player.playerRights != 3) {
|
||||||
player.getPacketSender().sendMessage("You need to beat the tree spirit to wield this weapon.");
|
player.getPacketSender().sendMessage("You must have completed the Lost City quest to equip this weapon.");
|
||||||
canWearItem = false;
|
canWearItem = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user