Skip to content

Commit

Permalink
D flag for shops is now ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios authored and CelticMinstrel committed Dec 1, 2024
1 parent 9df9d4a commit b4848cf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/game/boe.dlgutil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b4848cf

Please sign in to comment.