diff options
Diffstat (limited to 'npc/003-0')
-rw-r--r-- | npc/003-0/audsbel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0/audsbel.txt b/npc/003-0/audsbel.txt index 4ad97e598..eb3575521 100644 --- a/npc/003-0/audsbel.txt +++ b/npc/003-0/audsbel.txt @@ -170,7 +170,7 @@ L_Magic: mesq l("Have you managed to transmute the @@ I asked for?", getitemlink(MoubooFigurine)); next; if (askyesno() == ASK_YES) { - if (!countitem(MoubooFigurine)) goto L_Lie; + if (!countitem(MoubooFigurine) || !MAGIC_EXP) goto L_Lie; delitem MoubooFigurine, 1; getexp 5000, 0; setq General_Auldsbel, 3; |