Scrub hard-coded text and buttons from inventory and stat area images

This commit is contained in:
2015-08-31 11:31:51 -04:00
parent 15ca61f869
commit 86dc17b7bc
14 changed files with 81 additions and 70 deletions

View File

@@ -1223,7 +1223,7 @@ void pick_lock(location where,short pc_num) {
add_string_to_buf(" Pick breaks.");
univ.party[pc_num].remove_charge(which_item);
if(stat_window == pc_num)
put_item_screen(stat_window,1);
put_item_screen(stat_window);
}
play_sound(41);
}