We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46b116 commit bc7766fCopy full SHA for bc7766f
src/utils.lua
@@ -3218,7 +3218,7 @@ function CardArea:handle_card_limit()
3218
end
3219
else
3220
self.config.card_count = #self.cards
3221
- if not self.config.card_limits.total_slots then self.config.card_limits.total_slots = self.config.card_limits.base end
+ self.config.card_limits.total_slots = (self.config.card_limits.base or 0) + (self.config.card_limits.mod or 0)
3222
3223
3224
version.lua
@@ -1 +1 @@
1
-return "1.0.0~BETA-1031b-STEAMODDED"
+return "1.0.0~BETA-1101a-STEAMODDED"
0 commit comments