diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-15 18:46:12 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-15 18:46:12 -0200 |
commit | e67fd86983d52d74afea7c1d6cd6acaa73a2229a (patch) | |
tree | 1f8c3ca11f69b8cb7ecd0da0df7cd065e4f4edcf /npc | |
parent | 6a218b4a9ff12fabbcb8fde00026396847f5f6e9 (diff) | |
download | serverdata-e67fd86983d52d74afea7c1d6cd6acaa73a2229a.tar.gz serverdata-e67fd86983d52d74afea7c1d6cd6acaa73a2229a.tar.bz2 serverdata-e67fd86983d52d74afea7c1d6cd6acaa73a2229a.tar.xz serverdata-e67fd86983d52d74afea7c1d6cd6acaa73a2229a.zip |
Squash obvious bug %%e
Due this obvious bug, you'll need to find someone you trust, send them the
chocolate, and swap rewards %%S
Diffstat (limited to 'npc')
-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)) { |