mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-04 16:49:04 +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
|
||||
&& !PestControl.isInGame(player) // Pest Control
|
||||
&& !PestControl.isInPcBoat(player) // Pest Control
|
||||
&& player.tutorialProgress <= 35 // Tutorial Island
|
||||
&& player.tutorialProgress > 35 // Tutorial Island
|
||||
&& FightPits.getState(player) == null // Fight Pits
|
||||
&& !player.inFightCaves() // Fight Caves
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user