diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-09-25 21:47:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-09-25 21:47:12 -0300 |
commit | 07c19ea8e956a97247dff987485ba10804aeebba (patch) | |
tree | 64550739b32e4d2403b9132cdb5119cd2c5e5167 /npc/027-1 | |
parent | 2962623c188b76ffd41592d724788adc3f7d6893 (diff) | |
download | serverdata-07c19ea8e956a97247dff987485ba10804aeebba.tar.gz serverdata-07c19ea8e956a97247dff987485ba10804aeebba.tar.bz2 serverdata-07c19ea8e956a97247dff987485ba10804aeebba.tar.xz serverdata-07c19ea8e956a97247dff987485ba10804aeebba.zip |
Fix a minor dialog bug on Laura, add notes, and now Iced Bottle heals 0.5% HP
Diffstat (limited to 'npc/027-1')
-rw-r--r-- | npc/027-1/laura.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/npc/027-1/laura.txt b/npc/027-1/laura.txt index 8cb7734b3..5233bca80 100644 --- a/npc/027-1/laura.txt +++ b/npc/027-1/laura.txt @@ -332,7 +332,21 @@ L_Tier4: close; } mesn; - mesq l("%s! I see you are a(n) %s here, very good!", academicrank()); + mesq l("%s! I see you are a(n) %s here, very good!", strcharinfo(0), academicrank()); + next; + mesn; + mesq l("Still interested in extra credit? Now that you're a(n) %s, you can sign this perfectly normal and standard %s, and by helping us out, we'll give you the extra credit. What do you say? Not a bad deal, right?", academicrank(), b(l("Non Disclosure Agreemeent"))); + next; + mesc l("Sign the non-disclosure agreement?"); + if (askyesno() == ASK_NO) close; + mesn; + mesq l("Perfect! So now that you swore secrecy, you can now help me! Thing is... there have been... a %s!", col(l("murder"), 1)); + next; + mesn; + mesq l("You have access to the storehouse now, right? Well, that's where it happened!"); + next; + mesn; + mesq l("You will find a statue different from the others. It is where the game was murdered and bugs added instead! No, not really - this is just a placeholder. Not cool!"); close; /// Core code |