Yet more Rubocopping

This commit is contained in:
Maruno17
2021-12-23 00:27:17 +00:00
parent 514fe13ca2
commit 132a16950d
171 changed files with 1455 additions and 1647 deletions

View File

@@ -38,13 +38,13 @@ class Player < Trainer
def character_ID=(value)
return if @character_ID == value
@character_ID = value
$game_player.refresh_charset if $game_player
$game_player&.refresh_charset
end
def outfit=(value)
return if @outfit == value
@outfit = value
$game_player.refresh_charset if $game_player
$game_player&.refresh_charset
end
def trainer_type