From 1f0af601e41604405f494c7cdcb528e96e9fe205 Mon Sep 17 00:00:00 2001 From: Alexander Ilin Date: Sun, 3 Mar 2024 21:59:00 +0100 Subject: [PATCH] gilded-rose: fix a mistranslated condition --- extra/gilded-rose/gilded-rose.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/gilded-rose/gilded-rose.factor b/extra/gilded-rose/gilded-rose.factor index 034a019381..d6bbb0f7ef 100644 --- a/extra/gilded-rose/gilded-rose.factor +++ b/extra/gilded-rose/gilded-rose.factor @@ -52,7 +52,7 @@ TUPLE: Item i this Items>> nth SellIn>> 0 < [ i this Items>> nth Name>> "Aged Brie" = not [ - i this Items>> nth Name>> "Backstage passes to a TAFKAL80ETC concert" = [ + i this Items>> nth Name>> "Backstage passes to a TAFKAL80ETC concert" = not [ i this Items>> nth Quality>> 0 > [ i this Items>> nth Name>> "Sulfuras, Hand of Ragnaros" = not [ i this Items>> nth Quality>> 1 - -- 2.34.1