Skip to content

Commit 53d6979

Browse files
committed
fix weird conduit bug
1 parent 4f716ca commit 53d6979

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

items/spectral.lua

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -975,15 +975,11 @@ local conduit = {
975975
if not highlighted_1.edition or not highlighted_1.edition.cry_double_sided then
976976
highlighted_1:flip()
977977
end
978-
if highlighted_2.edition then
979-
highlighted_1:set_edition(highlighted_2.edition)
980-
end
978+
highlighted_1:set_edition(highlighted_2.edition)
981979
if not highlighted_2.edition or not highlighted_2.edition.cry_double_sided then
982980
highlighted_2:flip()
983981
end
984-
if one_edition then
985-
highlighted_2:set_edition(one_edition)
986-
end
982+
highlighted_2:set_edition(one_edition)
987983
play_sound("card1", percent)
988984
highlighted_1:juice_up(0.3, 0.3)
989985
highlighted_2:juice_up(0.3, 0.3)

0 commit comments

Comments
 (0)