Skip to content

Commit 34773de

Browse files
committed
2 parents 549eeb6 + 7918e06 commit 34773de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

items/misc_joker.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2898,7 +2898,7 @@ local unjust_dagger = {
28982898
and not (context.blueprint_card or self).getting_sliced
28992899
and my_pos
29002900
and G.jokers.cards[my_pos - 1]
2901-
and not SMODS.is_eternal(G.jokers.cards[my_pos-1])
2901+
and not SMODS.is_eternal(G.jokers.cards[my_pos - 1])
29022902
and not G.jokers.cards[my_pos - 1].getting_sliced
29032903
then
29042904
local sliced_card = G.jokers.cards[my_pos - 1]
@@ -3015,7 +3015,7 @@ local monkey_dagger = {
30153015
and not (context.blueprint_card or self).getting_sliced
30163016
and my_pos
30173017
and G.jokers.cards[my_pos - 1]
3018-
and not SMODS.is_eternal(G.jokers.cards[my_pos-1])
3018+
and not SMODS.is_eternal(G.jokers.cards[my_pos - 1])
30193019
and not G.jokers.cards[my_pos - 1].getting_sliced
30203020
then
30213021
local sliced_card = G.jokers.cards[my_pos - 1]

0 commit comments

Comments
 (0)