record and replay debug refresh store items

This commit is contained in:
2024-08-27 16:29:10 -05:00
committed by Celtic Minstrel
parent 1ce3d5045a
commit 16b4555469
3 changed files with 13 additions and 3 deletions

View File

@@ -495,6 +495,8 @@ static void replay_next_action() {
debug_magic_map();
}else if(t == "debug_enter_town"){
debug_enter_town();
}else if(t == "debug_refresh_stores"){
debug_refresh_stores();
}
// TODO some of these actions shouldn't call advance_time(). They should return