Buy button can now trigger 'ench' talk nodes

This commit is contained in:
2015-06-26 20:33:05 -04:00
parent 9bdc4f00d7
commit 65241ede56

View File

@@ -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: