diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-17 20:18:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-17 20:18:44 -0300 |
commit | ab09d5867a237fe78970bee0ace153a9b7a766f6 (patch) | |
tree | d9a128ef5dee161d27241b66e40070e993afdd30 | |
parent | 12a4e3853f839417453665d8e403e0d5e00bf0ed (diff) | |
download | serverdata-ab09d5867a237fe78970bee0ace153a9b7a766f6.tar.gz serverdata-ab09d5867a237fe78970bee0ace153a9b7a766f6.tar.bz2 serverdata-ab09d5867a237fe78970bee0ace153a9b7a766f6.tar.xz serverdata-ab09d5867a237fe78970bee0ace153a9b7a766f6.zip |
Make Soren a bit more useful by also explaining that whoever you send chocolate to
also gain event points.
-rw-r--r-- | npc/001-11/Soren.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/001-11/Soren.txt b/npc/001-11/Soren.txt index ed3e64f5c..8c47ae8e4 100644 --- a/npc/001-11/Soren.txt +++ b/npc/001-11/Soren.txt @@ -7,6 +7,9 @@ 001-11,37,25,0 script Soren xd#Valentine NPC_PLAYER,{ mesn; mesq l("I will harass Demure with so many chocolate that she'll leave this event map rolling!"); + next; + mesn; + mesq l("After all, I don't want to get banned by harassing, and giving her chocolate will give her event points and I want her to win the event. Gotta support your crush, right?"); if (gettime(GETTIME_YEAR) == 2020) goto L_Purpose; next; |