diff options
Diffstat (limited to 'npc/001-11')
-rw-r--r-- | npc/001-11/Demure.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/001-11/Demure.txt b/npc/001-11/Demure.txt index 37aafbf64..4d8373ae3 100644 --- a/npc/001-11/Demure.txt +++ b/npc/001-11/Demure.txt @@ -78,7 +78,7 @@ delitem LoveLetter, 1; // Register your name on love letter - .@s$ = htget($@VALENTINE_LOVELETTER, .@ref); + .@s$ = htget($@VALENTINE_LOVELETTER, .@ref, ""); if (.@s$ == "") htput $@VALENTINE_LOVELETTER, str(.@ref), strip(strcharinfo(0)); else @@ -115,6 +115,7 @@ inventoryplace BoxOfChocolates, .@m; getitem BoxOfChocolates, .@m; + #VALENTINE_RECEIVED+=.@m; htput $@VALENTINE_GIFTSTACKS, str(getcharid(3)), 0; htput $@VALENTINE_LOVELETTER, str(getcharid(3)), ""; |