pub fn run_replace_damage(
game: &mut GameState,
event: &mut ReplacementEvent,
) -> ReplacementResultExpand description
Apply replacement effects specifically for damage events.
Delegates to apply_replacements. This is a convenience entry point
matching Java’s batch-damage processing path in ReplacementHandler.
Mirrors Java ReplacementHandler.runReplaceDamage().