Fix The Hunter description lying to you
This commit is contained in:
parent
e069cd8f68
commit
767d54d2d8
2 changed files with 2 additions and 2 deletions
|
|
@ -17,5 +17,5 @@
|
|||
"conflicts": [
|
||||
"Jen"
|
||||
],
|
||||
"version": "1.0.1"
|
||||
"version": "1.0.2"
|
||||
}
|
||||
|
|
@ -129,7 +129,7 @@ SMODS.Joker {
|
|||
end
|
||||
|
||||
local rounds_left = card.ability.extra.rounds_left
|
||||
local sold = rounds_left - hunter[2]
|
||||
local sold = rounds_left - hunter[3]
|
||||
|
||||
return {
|
||||
vars = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue