From 34e0b83f0e51756df9eb211277bdb8d9d3201317 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 22 May 2019 23:29:12 -0300 Subject: Fix another bug at Morgan --- npc/005-6/morgan.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-60-g2f50