diff options
Diffstat (limited to 'npc/001-11')
-rw-r--r-- | npc/001-11/Demure.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-11/Demure.txt b/npc/001-11/Demure.txt index 4f2d07fd5..1d5f6871e 100644 --- a/npc/001-11/Demure.txt +++ b/npc/001-11/Demure.txt @@ -70,7 +70,7 @@ #VALENTINE_SENT+=1; // Handle Love Letter - if (countitem(LoveLetter) { + if (countitem(LoveLetter)) { mesn; mesq l("Should I attach a love letter?"); next; |