diff --git a/lib/cards.rb b/lib/cards.rb index f42f225f1a..41469e4053 100644 --- a/lib/cards.rb +++ b/lib/cards.rb @@ -123,7 +123,7 @@ module Cards end end - next if label.nil? + next if label.nil? || label['across'] != 1 || label['down'] != 1 key = "#{specs.attributes['brand']} #{specs.attributes['part']}"