Skip to content

Commit 831d8a3

Browse files
authored
i'm not testing this but if it doesn't work i
1 parent 3d27a70 commit 831d8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

items/code.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2708,7 +2708,7 @@ local run = {
27082708
atlas = "atlasnotjokers",
27092709
order = 6,
27102710
can_use = function(self, card)
2711-
return Cryptid.safe_get(G.GAME, "blind", "in_blind")
2711+
return Cryptid.safe_get(G.GAME, "blind", "in_blind") and not G.GAME.USING_RUN
27122712
end,
27132713
can_bulk_use = true,
27142714
use = function(self, card, area, copier)

0 commit comments

Comments
 (0)