Temp player killing solution.

This commit is contained in:
Cutieguwu
2024-12-15 14:04:18 -05:00
parent 6f7ab4bff7
commit b1f85583a9

View File

@@ -103,14 +103,19 @@ impl EventHandle for Trial {
} }
}; };
/*
push_enemy( push_enemy(
player, player,
accusable[accusee_index as usize], accusable[accusee_index as usize],
characters characters
); );
*/
print_breakline(); print_breakline();
// Temp character killing.
characters.remove(accusee_index as usize);
println!("The court will now decide your fate considering."); println!("The court will now decide your fate considering.");
// Have the player stand trial. // Have the player stand trial.