Scale le mode challenge sur la durée et crédit en inclusif
This commit is contained in:
@@ -117,7 +117,7 @@ func get_objective_for_region(level : int, difficulty_setting : int) -> int:
|
||||
if difficulty_setting == 0:
|
||||
objective = roundi(objective * COSY_OBJECTIVE_FACTOR)
|
||||
elif difficulty_setting == 2:
|
||||
return difficult_objective_for_region(level)
|
||||
objective = difficult_objective_for_region(level)
|
||||
|
||||
return max(1,roundi(objective * get_objective_multiplier()))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user