Debug action: kill the party

This commit is contained in:
2025-02-10 15:55:31 -06:00
committed by Celtic Minstrel
parent 2151cc4248
commit 0a5abec8e1
3 changed files with 19 additions and 1 deletions

View File

@@ -771,6 +771,9 @@ static void replay_action(Element& action) {
}else if(t == "debug_kill"){
debug_kill();
return;
}else if(t == "debug_kill_party"){
debug_kill_party();
return;
}else if(t == "debug_magic_map"){
debug_magic_map();
return;