Fixed screen mispositioning while sliding on ice, fixed broken Marts

This commit is contained in:
Maruno17
2021-03-01 17:12:18 +00:00
parent 57b3fe1b09
commit fa99c2bcd7
8 changed files with 17 additions and 26 deletions

View File

@@ -54,10 +54,10 @@ class Game_Temp
@message_window_showing = false
@player_transferring = false
@transition_processing = false
@mart_prices = []
@mart_prices = {}
end
def clear_mart_prices
@mart_prices = []
@mart_prices = {}
end
end