From afc9162a334f1491c3f2424fa561bdb03c3e8dd5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 2 Mar 2020 15:30:57 -0300 Subject: Extra reward at MQ 2-5 --- npc/003-0/mainquest.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'npc') diff --git a/npc/003-0/mainquest.txt b/npc/003-0/mainquest.txt index 1b1c79ed1..8edf60189 100644 --- a/npc/003-0/mainquest.txt +++ b/npc/003-0/mainquest.txt @@ -61,11 +61,13 @@ OnAssassinDefeat: .@n$=instance_npcname(.name$); delcells "MQ2Wall"+getcharid(0); LUA_ASKED_TO_SAVE_PROFESSOR=false; - dispbottom col(l("SCRIPT ERROR (%s/%s)", .@m$, .@n$), 1); - if (is_night()) - dispbottom l("An error happened: professor_thankyou() error"); - else - dispbottom l("An error happened: mission_well_done() error"); + getexp 16, 5; // Extra bonus :> + + if (is_night()) { + unittalk(getnpcid(instance_npcname(.name$)), l("Thanks for the help, I guess...?")); + } else { + dispbottom l("A mission well done. I should report to lua now."); + } end; OnInit: -- cgit v1.2.3-60-g2f50