pub fn prepare_loop(
events: &mut Vec<OverlordEvent>,
config: &GameConfig,
character_state: &CharacterState,
random: &GameRng,
)Expand description
Native port of the loop-task prepare_loop logic.
Consumes RNG in the IDENTICAL order (gold → cookie → blueprint slot draws).