Skip to content

Commit b7ad9f1

Browse files
committed
fix typos
1 parent 4e87707 commit b7ad9f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

items/voucher.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ local massproduct = { -- Clearance Sale T3; All cards and packs in the shop cost
446446
card.ability.discount_percentage
447447
}
448448
}
449-
end
449+
end,
450450
redeem = function(self)
451451
G.E_MANAGER:add_event(Event({
452452
func = function()
@@ -543,7 +543,7 @@ local rerollexchange = { -- Reroll Surplus T3; All rerolls cost $2
543543
card.ability.extra
544544
}
545545
}
546-
end
546+
end,
547547
redeem = function(self)
548548
G.GAME.round_resets.reroll_cost = G.GAME.round_resets.reroll_cost - self.ability.extra
549549
G.GAME.current_round.reroll_cost = math.max(0, G.GAME.current_round.reroll_cost - self.ability.extra)
@@ -906,7 +906,7 @@ local asteroglyph = { -- Heiroglyph T3; Set Ante to 0
906906
pools = { ["Tier3"] = true },
907907
config = {
908908
ante_mod = 1
909-
}
909+
},
910910
loc_vars = function(self, info_queue, card)
911911
return { vars = { card.ability.ante_mod } }
912912
end,

0 commit comments

Comments
 (0)