diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-16 02:20:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-16 02:20:01 -0300 |
commit | 84901cc62d0e7e37bb373a3d25c40a2ad585bdf0 (patch) | |
tree | ad28ce7f4b8a7e34023083e4fd2a0d457fa56721 /npc/003-0/audsbel.txt | |
parent | 9cf9f6a4f07547262e9825fd5d1e7d2048d871e5 (diff) | |
download | serverdata-84901cc62d0e7e37bb373a3d25c40a2ad585bdf0.tar.gz serverdata-84901cc62d0e7e37bb373a3d25c40a2ad585bdf0.tar.bz2 serverdata-84901cc62d0e7e37bb373a3d25c40a2ad585bdf0.tar.xz serverdata-84901cc62d0e7e37bb373a3d25c40a2ad585bdf0.zip |
[skip ci] you are not being a lame cheater who never tried the skill even once...
I hope?
Diffstat (limited to 'npc/003-0/audsbel.txt')
-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; |