mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +02:00
Also remove safari balls when blacked out
This commit is contained in:
parent
9739e6eecd
commit
27e940f117
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user