Skip to content

Commit

Permalink
Update Spectrals.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
MathIsFun0 committed Jul 20, 2024
1 parent cca1066 commit d281796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Items/Spectrals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ local trade = {
it = it + 1
center = pseudorandom_element(_pool, pseudoseed('cry_trade_redeem_resample'..it))
end
local card = create_card('Joker', area, nil, nil, nil, nil, center)
local card = create_card('Voucher', area, nil, nil, nil, nil, center)
card:start_materialize()
area:emplace(card)
card.cost=0
Expand Down

0 comments on commit d281796

Please sign in to comment.