Fix Dusk ball to have 3.5 in caves too

This commit is contained in:
darkfire006 2019-09-23 23:01:39 -05:00
parent c224a8d72d
commit d5cd535685
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@
End If
Case "dusk ball"
If Screen.Level.World.EnvironmentType = World.EnvironmentTypes.Cave Or Screen.Level.World.EnvironmentType = World.EnvironmentTypes.Dark Then
BallRate = 3.0F
BallRate = 3.5F
ElseIf Screen.Level.World.EnvironmentType = World.EnvironmentTypes.Outside And World.GetTime() = 0 Then
BallRate = 3.5F
End If