We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f716ca commit 53d6979Copy full SHA for 53d6979
items/spectral.lua
@@ -975,15 +975,11 @@ local conduit = {
975
if not highlighted_1.edition or not highlighted_1.edition.cry_double_sided then
976
highlighted_1:flip()
977
end
978
- if highlighted_2.edition then
979
- highlighted_1:set_edition(highlighted_2.edition)
980
- end
+ highlighted_1:set_edition(highlighted_2.edition)
981
if not highlighted_2.edition or not highlighted_2.edition.cry_double_sided then
982
highlighted_2:flip()
983
984
- if one_edition then
985
- highlighted_2:set_edition(one_edition)
986
+ highlighted_2:set_edition(one_edition)
987
play_sound("card1", percent)
988
highlighted_1:juice_up(0.3, 0.3)
989
highlighted_2:juice_up(0.3, 0.3)
0 commit comments