Skip to content

Commit ec9958f

Browse files
committed
Maintain instant parameter from level_up_hand - addresses #1103
1 parent f385b39 commit ec9958f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lovely/scoring_calculation.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ SMODS.upgrade_poker_hands({
221221
return base + G.GAME.hands[hand]['l_' .. parameter] * amount
222222
end,
223223
level_up = amount,
224-
from = card
224+
from = card,
225+
instant = instant
225226
})
226227
--[[
227228
'''

version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
return "1.0.0~BETA-1207a-STEAMODDED"
1+
return "1.0.0~BETA-1208a-STEAMODDED"

0 commit comments

Comments
 (0)