Fixed the default field weather being 0 instead of :None, rearranged save conversions

This commit is contained in:
Maruno17
2021-12-23 16:35:19 +00:00
parent 132a16950d
commit b988638746
2 changed files with 129 additions and 153 deletions

View File

@@ -39,7 +39,7 @@ class Game_Screen
(1..100).each do |i|
@pictures.push(Game_Picture.new(i))
end
@weather_type = 0
@weather_type = :None
@weather_max = 0.0
@weather_duration = 0
end