Temp player killing solution.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user