summaryrefslogtreecommitdiff
path: root/npc/items
diff options
context:
space:
mode:
Diffstat (limited to 'npc/items')
-rw-r--r--npc/items/valentine.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/valentine.txt b/npc/items/valentine.txt
index 2bb56ab26..79a0a968b 100644
--- a/npc/items/valentine.txt
+++ b/npc/items/valentine.txt
@@ -14,7 +14,7 @@ function script EatValentineChocolate {
getitem BoxOfChocolates, 1;
} else {
.@pts=1;
- if (!GSET_VALENTINE_EATONE) {
+ if (GSET_VALENTINE_EATALL) {
.@pts=(#VALENTINE_RECEIVED-#VALENTINE_OPENED);
delitem BoxOfChocolates, .@pts-1;
}