Skip to content

Commit d72872b

Browse files
authored
add missing identifier
forgot to add this when pasting my fix in
1 parent a73ff98 commit d72872b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

items/misc.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2569,7 +2569,8 @@ return {
25692569
1,
25702570
self.ability and self.ability.extra and self.ability.extra.odds_after_round
25712571
or self.config.extra.odds_after_round
2572-
or 4
2572+
or 4,
2573+
"Abstract Card"
25732574
)
25742575
then
25752576
self.ability.extra.marked = true

0 commit comments

Comments
 (0)