summaryrefslogtreecommitdiff
path: root/npc/005-6
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-22 23:29:12 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-22 23:29:12 -0300
commit34e0b83f0e51756df9eb211277bdb8d9d3201317 (patch)
treea4d84a185a69d3a766f3b0fbfc151891a74cad18 /npc/005-6
parent0cc331ac616e408e610a9a4e18472f33fcff84ba (diff)
downloadserverdata-34e0b83f0e51756df9eb211277bdb8d9d3201317.tar.gz
serverdata-34e0b83f0e51756df9eb211277bdb8d9d3201317.tar.bz2
serverdata-34e0b83f0e51756df9eb211277bdb8d9d3201317.tar.xz
serverdata-34e0b83f0e51756df9eb211277bdb8d9d3201317.zip
Fix another bug at Morgan
Diffstat (limited to 'npc/005-6')
-rw-r--r--npc/005-6/morgan.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-6/morgan.txt b/npc/005-6/morgan.txt
index 4e0cf67a8..ea1289183 100644
--- a/npc/005-6/morgan.txt
+++ b/npc/005-6/morgan.txt
@@ -75,7 +75,7 @@ L_MagicCore:
mesq l("Sure! But that is Mana Magic. Just bring me a mug of beer, I'm thristy. And I'll teach you a basic skill.");
next;
if (askyesno() == ASK_YES) {
- if (!countitem(Beer)) goto L_Lie;
+ if (!countitem(Beer)) goto L_Cheat;
delitem Beer, 1;
skill(TMW2_KALMURK,1,0);
mesn;