mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 05:34:58 +00:00
Lots of rubocop
This commit is contained in:
@@ -40,9 +40,7 @@ class Game_Screen
|
||||
def start_tone_change(tone, duration)
|
||||
@tone_target = tone.clone
|
||||
@tone_duration = duration
|
||||
if @tone_duration == 0
|
||||
@tone = @tone_target.clone
|
||||
end
|
||||
@tone = @tone_target.clone if @tone_duration == 0
|
||||
end
|
||||
|
||||
def start_flash(color, duration)
|
||||
|
||||
Reference in New Issue
Block a user