mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-29 08:45:02 +02:00
Fix Dusk ball to have 3.5 in caves too
This commit is contained in:
parent
c224a8d72d
commit
d5cd535685
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user