mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 06:34:59 +00:00
Code tidying with Rubocop
This commit is contained in:
@@ -376,7 +376,8 @@ def pbUnlockWallpaper(index)
|
||||
$PokemonStorage.unlockedWallpapers[index] = true
|
||||
end
|
||||
|
||||
def pbLockWallpaper(index) # Don't know why you'd want to do this
|
||||
# NOTE: I don't know why you'd want to do this, but here you go.
|
||||
def pbLockWallpaper(index)
|
||||
$PokemonStorage.unlockedWallpapers[index] = false
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user