mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Hard mode
This commit is contained in:
@@ -64,6 +64,9 @@ class Trainer
|
||||
end
|
||||
|
||||
def skill_level
|
||||
if $game_switches[GAME_DIFFICULTY_HARD]
|
||||
return 100
|
||||
end
|
||||
return GameData::TrainerType.get(@trainer_type).skill_level;
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user