diff options
-rw-r--r-- | npc/001-11/Demure.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-11/Demure.txt b/npc/001-11/Demure.txt index 97fc5504f..f8cf422a4 100644 --- a/npc/001-11/Demure.txt +++ b/npc/001-11/Demure.txt @@ -68,8 +68,8 @@ htput $@VALENTINE_GIFTSTACKS, str(.@ref), .@m+@Val_Ammo; // Get 1 Point per sent box - #VALENTINE_POINTS+=1; - #VALENTINE_SENT+=1; + #VALENTINE_POINTS+=@Val_Ammo; + #VALENTINE_SENT+=@Val_Ammo; // Handle Love Letter if (countitem(LoveLetter)) { |