From 07c19ea8e956a97247dff987485ba10804aeebba Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 25 Sep 2022 21:47:12 -0300 Subject: Fix a minor dialog bug on Laura, add notes, and now Iced Bottle heals 0.5% HP --- npc/027-1/laura.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'npc/027-1') 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 -- cgit v1.2.3-70-g09d2