diff options
-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; |