diff options
Diffstat (limited to 'npc/005-6/morgan.txt')
-rw-r--r-- | npc/005-6/morgan.txt | 2 |
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; |