From 65241ede56cb07833121273e1192f460ce59e687 Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Fri, 26 Jun 2015 20:33:05 -0400 Subject: [PATCH] Buy button can now trigger 'ench' talk nodes --- src/boe.dlgutil.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/boe.dlgutil.cpp b/src/boe.dlgutil.cpp index c6903b30..ea5e4a60 100644 --- a/src/boe.dlgutil.cpp +++ b/src/boe.dlgutil.cpp @@ -731,6 +731,7 @@ void handle_talk_event(location p) { if(which_talk_entry < 0) which_talk_entry = scan_for_response("heal"); if(which_talk_entry < 0) which_talk_entry = scan_for_response("iden"); if(which_talk_entry < 0) which_talk_entry = scan_for_response("trai"); + if(which_talk_entry < 0) which_talk_entry = scan_for_response("ench"); if(which_talk_entry == -1) goto SPECIAL_DUNNO; break; case TALK_SELL: