mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-06 16:49:07 +00:00
check player has completed tutorial island
This commit is contained in:
@@ -1466,7 +1466,7 @@ public class PlayerAssistant {
|
|||||||
&& !CastleWars.isInCw(player) // Castle Wars
|
&& !CastleWars.isInCw(player) // Castle Wars
|
||||||
&& !PestControl.isInGame(player) // Pest Control
|
&& !PestControl.isInGame(player) // Pest Control
|
||||||
&& !PestControl.isInPcBoat(player) // Pest Control
|
&& !PestControl.isInPcBoat(player) // Pest Control
|
||||||
&& player.tutorialProgress <= 35 // Tutorial Island
|
&& player.tutorialProgress > 35 // Tutorial Island
|
||||||
&& FightPits.getState(player) == null // Fight Pits
|
&& FightPits.getState(player) == null // Fight Pits
|
||||||
&& !player.inFightCaves() // Fight Caves
|
&& !player.inFightCaves() // Fight Caves
|
||||||
) {
|
) {
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user