summaryrefslogtreecommitdiff
path: root/npc/001-11
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-11')
-rw-r--r--npc/001-11/Demure.txt2
1 files changed, 1 insertions, 1 deletions
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.