D flag for shops is now ignored

This commit is contained in:
2024-12-01 14:09:30 -06:00
committed by Celtic Minstrel
parent 9df9d4ae23
commit b4848cf1fe

View File

@@ -884,10 +884,6 @@ void handle_talk_node(int which_talk_entry) {
return;
case eTalkNode::SHOP:
if(d < 0 || d > 11) {
showError("Invalid shop type!");
return;
}
start_shop_mode(b,a,save_talk_str1);
can_save_talk = false;
return;