Also remove safari balls when blacked out

This commit is contained in:
JappaWakka 2024-09-14 14:36:32 +02:00
parent 9739e6eecd
commit 27e940f117
1 changed files with 2 additions and 1 deletions

View File

@ -151,7 +151,8 @@
Public Overrides Sub ChangeTo()
MusicManager.PlayNoMusic()
Core.Player.Inventory.RemoveItem(177.ToString) ' Remove all Park Balls (happens regardless of whether or not the player was currently in the Bug-Catching Contest).
Core.Player.Inventory.RemoveItem(177.ToString) ' Remove all Sport Balls (happens regardless of whether or not the player was currently in the Bug-Catching Contest).
Core.Player.Inventory.RemoveItem(181.ToString) ' Remove all Safari Balls (happens regardless of whether or not the player was currently in the Safari Zone).
PlayerStatistics.Track("Blackouts", 1)
End Sub