Debug actions to quick-launch core scenarios

This commit is contained in:
2025-02-28 09:01:16 -06:00
committed by Celtic Minstrel
parent 1d63e76c26
commit 92f698cc57
3 changed files with 29 additions and 1 deletions

View File

@@ -105,6 +105,7 @@ void debug_increase_age();
void debug_towns_forget();
void debug_heal_plus_extra();
void debug_heal();
void debug_launch_scen(std::string scen_name);
void handle_print_pc_hp(int which_pc, bool& need_reprint);
void handle_print_pc_sp(int which_pc, bool& need_reprint);
void handle_trade_places(int which_pc, bool& need_reprint);