From ab800498d595b5b6db920ef79e1227a60af28739 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 11 Dec 2020 12:22:47 -0300 Subject: Special behavior in Lightbringer if you are the world hero --- npc/functions/gmbot.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/functions/gmbot.txt') diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index 56d62a937..d008f9a7c 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -16,7 +16,10 @@ L_Today: .@q=getq(General_Narrator); // Prologue missed - straight refusal if (.@q < 19) { - npctalk3 l("The sword glows too much. Perhaps @@ could take it.", $MOST_HEROIC$); + if (strcharinfo(0) != $MOST_HEROIC$) + npctalk3 l("The sword glows too much. Perhaps @@ could take it.", $MOST_HEROIC$); + else + npctalk3 l("I'm not going to touch a FLOATING sword made of unobtainum without at least knowing a bit more about it."); end; } // Determine if you are worthy (from 0 to 101) -- cgit v1.2.3-60-g2f50