File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments