From f0f82a75533de39a7fae4cbf8fecf24edbeb7fd8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 9 Feb 2019 19:02:16 -0200 Subject: Fix expression error --- npc/001-11/Demure.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/001-11/Demure.txt b/npc/001-11/Demure.txt index 4d8373ae3..276029d6d 100644 --- a/npc/001-11/Demure.txt +++ b/npc/001-11/Demure.txt @@ -142,7 +142,7 @@ L_Main: next; do { mesc l("You currently have @@ points, @@ boxes of chocolate and @@ love letters.", #VALENTINE_POINTS, countitem(BoxOfChocolates), countitem(LoveLetter)); - if (#VALENTINE_OPENED-#VALENTINE_RECEIVED > 0) { + if (#VALENTINE_RECEIVED-#VALENTINE_OPENED > 0) { mesc l("@@ boxes of chocolate were given to you as a gift.", #VALENTINE_OPENED-#VALENTINE_RECEIVED); // Demure can just send Soren's Chocolate to somebody else. // Everyone else cannot send their gift chocolates. Please don't lose the boxes. -- cgit v1.2.3-60-g2f50