mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
Yet more Rubocopping
This commit is contained in:
@@ -122,10 +122,10 @@ class Spriteset_Map
|
||||
@character_sprites.each do |sprite|
|
||||
sprite.update
|
||||
end
|
||||
if self.map != $game_map
|
||||
@weather.fade_in(:None, 0, 20)
|
||||
else
|
||||
if self.map == $game_map
|
||||
@weather.fade_in($game_screen.weather_type, $game_screen.weather_max, $game_screen.weather_duration)
|
||||
else
|
||||
@weather.fade_in(:None, 0, 20)
|
||||
end
|
||||
@weather.ox = tmox
|
||||
@weather.oy = tmoy
|
||||
|
||||
Reference in New Issue
Block a user