check player has completed tutorial island

This commit is contained in:
RedSparr0w
2019-12-06 15:14:31 +13:00
parent 199df17cf9
commit 8317f3f031
2 changed files with 1 additions and 1 deletions
@@ -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
) {