docs: Add system description comment for berry reward system

This commit is contained in:
demenik
2025-12-10 15:48:02 +01:00
parent 53b10d6c0b
commit 110b306194

View File

@@ -101,6 +101,7 @@ fn tick_timer(
}
}
// Rewards the player at the end of a focus phase with `berries_per_focus_minute` * `focus_duration`
fn grant_focus_rewards(
mut messages: MessageReader<PhaseTimerFinishedMessage>,
config: Res<GameConfig>,