Also remove safari balls when blacked out
This commit is contained in:
parent
9739e6eecd
commit
27e940f117
|
@ -151,7 +151,8 @@
|
||||||
|
|
||||||
Public Overrides Sub ChangeTo()
|
Public Overrides Sub ChangeTo()
|
||||||
MusicManager.PlayNoMusic()
|
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)
|
PlayerStatistics.Track("Blackouts", 1)
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue