Removed all excess whitespace and standardized line endings.

This commit is contained in:
m3rein
2020-09-05 21:23:16 +02:00
parent caed5bd757
commit 240af4e5e7
219 changed files with 929 additions and 929 deletions

View File

@@ -257,7 +257,7 @@ class BerryPlantSprite
# Check auto-watering
if berryData[0]>0 && berryData[0]<5
# Reset watering
if $game_screen &&
if $game_screen &&
($game_screen.weather_type==PBFieldWeather::Rain ||
$game_screen.weather_type==PBFieldWeather::HeavyRain ||
$game_screen.weather_type==PBFieldWeather::Storm)
@@ -581,4 +581,4 @@ def pbPickBerry(berry,qty=1)
interp.setVariable(berryData)
pbSetSelfSwitch(thisEvent.id,"A",true)
end
end
end