Skip to content

Commit 56d8a67

Browse files
committed
fix
1 parent 3cd8349 commit 56d8a67

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

items/code.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3973,6 +3973,9 @@ local quantify = {
39733973
return true
39743974
end
39753975
end
3976+
if type(target) == "table" and target.config and target.config.blind then
3977+
3978+
end
39763979
end
39773980
end,
39783981
-- use = function(self, card, area, copier)

items/misc.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ local echo = {
3535
calculate = function(self, card, context)
3636
if
3737
card.cardarea == G.play
38-
context.repetition
3938
and pseudorandom("echo")
4039
< cry_prob(card.ability.cry_prob or 1, card.ability.extra or 2, card.ability.cry_rigged) / (card.ability.extra or 2)
4140
then

0 commit comments

Comments
 (0)