summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 f71a08a7c..13892421c 100644
--- a/npc/001-11/Demure.txt
+++ b/npc/001-11/Demure.txt
@@ -80,7 +80,7 @@
.@totalneed=@Val_Ammo/10+1;
select
l("Yes, one"),
- l("Yes, %d", .@totalneed),
+ rif(countitem(LoveLetter) >= .@totalneed, l("Yes, %d", .@totalneed)),
l("No");
mes "";
.@reply=@menu-1;