mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-12 15:44:57 +00:00
Removed all excess whitespace and standardized line endings.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user