mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
More Rubocop changes
This commit is contained in:
@@ -65,7 +65,7 @@ class Game_Temp
|
||||
@ending_surf = false
|
||||
@in_mini_update = false
|
||||
# Battle
|
||||
@battleback_name = ''
|
||||
@battleback_name = ""
|
||||
@force_single_battle = false
|
||||
# Player transfers
|
||||
@player_transferring = false
|
||||
|
||||
@@ -16,7 +16,7 @@ class Game_Switches
|
||||
# switch_id : switch ID
|
||||
#-----------------------------------------------------------------------------
|
||||
def [](switch_id)
|
||||
return @data[switch_id] if switch_id <= 5000 && @data[switch_id] != nil
|
||||
return @data[switch_id] if switch_id <= 5000 && @data[switch_id]
|
||||
return false
|
||||
end
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user