Check if terrain is unlockable before other lockpick/bash checks

This commit is contained in:
2025-03-17 12:26:01 -05:00
parent c3993cf092
commit ae375f606c
3 changed files with 10 additions and 5 deletions

View File

@@ -19,6 +19,7 @@ void buy_food(short cost,short per,const char* food_name);
void healing_shop();
void do_sell(short which);
void dump_gold(short print_mes);
bool is_unlockable(location where);
void pick_lock(location where,short pc_num);
void bash_door(location where,short pc_num);
void erase_town_specials();