diff options
Diffstat (limited to 'npc/003-0')
-rw-r--r-- | npc/003-0/audsbel.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/003-0/audsbel.txt b/npc/003-0/audsbel.txt index 84793a207..b474fa2c6 100644 --- a/npc/003-0/audsbel.txt +++ b/npc/003-0/audsbel.txt @@ -15,6 +15,8 @@ mesn l("Auldsbel the Wizard"); mesq l("Welcome back, Padric!"); mesq l("Do you believe I've lost my @@? I can't see anything well without that! %%a", getitemlink(Googles)); + if (countitem(Googles)) + mesq l("I'm not interested in yours, by the way."); next; mesn; mesq l("Anyway, I am one of the few Mana Wizard, and I love Transmutation!"); @@ -279,7 +281,7 @@ L_Cheat: L_Lame: setparam(MaxHp, readparam(MaxHp)-50); // I want to see how permanent this is setparam(MaxSp, readparam(MaxSp)-25); // I want to see how permanent this is - setparam(Karma, readparam(Karma)-1); // testing + //setparam(Karma, readparam(Karma)-1); // testing mesn; mesq l("%%3 You sadden me. That was so, so lame. I will need to punish you. Sorry. Superior orders. %%S"); next; |