Function reset_sequence_counters

Source
pub fn reset_sequence_counters(entity: &mut Entity)
Expand description

Zeroes every sequence counter, called when a condition came true while the global cooldown was running.

All-or-nothing rather than per-stone: the counters are per event family and shared by every stone counting that family, so leaving one alive would let a second stone inherit a count the player already spent.