Skip to content

Commit

Permalink
Merge pull request #599 from SonicSoapyBoi/dev
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
Hater-mater authored Sep 25, 2023
2 parents 2ed629a + 3028a48 commit e2708d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion req/mission_script/firestarter_1_res.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local difficulty = Global.game_settings and Global.game_settings.difficulty or "normal"
local difficulty_index = tweak_data:difficulty_to_index(difficulty)

if tweak_data:difficulty_to_index(difficulty) == 5 then
if tweak_data:difficulty_to_index(difficulty) <= 5 then
ponr_value = 1080
elseif tweak_data:difficulty_to_index(difficulty) == 6 or tweak_data:difficulty_to_index(difficulty) == 7 then
ponr_value = 1050
Expand Down

0 comments on commit e2708d6

Please sign in to comment.