Shore Up doesnt get worse in other weather only better in sand
This commit is contained in:
parent
9e0407d48d
commit
f103145780
|
@ -65,10 +65,8 @@
|
|||
Select Case BattleScreen.FieldEffects.Weather
|
||||
Case BattleWeather.WeatherTypes.Sandstorm
|
||||
restoreHP = CInt(Math.Ceiling((2 / 3) * p.MaxHP))
|
||||
Case BattleWeather.WeatherTypes.Clear
|
||||
restoreHP = CInt(Math.Ceiling((1 / 2) * p.MaxHP))
|
||||
Case Else
|
||||
restoreHP = CInt(Math.Ceiling((1 / 4) * p.MaxHP))
|
||||
restoreHP = CInt(Math.Ceiling((1 / 2) * p.MaxHP))
|
||||
End Select
|
||||
|
||||
If p.HP < p.MaxHP And p.HP > 0 Then
|
||||
|
|
Loading…
Reference in New Issue