summaryrefslogtreecommitdiff
path: root/npc/001-11
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-02-09 19:02:16 -0200
committerJesusaves <cpntb1@ymail.com>2019-02-09 19:02:16 -0200
commitf0f82a75533de39a7fae4cbf8fecf24edbeb7fd8 (patch)
tree3ad7c154f6e8be5fc9431280044ced82c7508a61 /npc/001-11
parent39c338374c91ac1b5cf0dc70d72015b70a9ccf00 (diff)
downloadserverdata-f0f82a75533de39a7fae4cbf8fecf24edbeb7fd8.tar.gz
serverdata-f0f82a75533de39a7fae4cbf8fecf24edbeb7fd8.tar.bz2
serverdata-f0f82a75533de39a7fae4cbf8fecf24edbeb7fd8.tar.xz
serverdata-f0f82a75533de39a7fae4cbf8fecf24edbeb7fd8.zip
Fix expression error
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.