pub fn reach_chapter_level<const T: i64>(
ctx: &ConditionalProgressCtx<'_>,
) -> Result<i64>Expand description
character.current_chapter_level >= T ? 1 : 0 (no guard).
pub fn reach_chapter_level<const T: i64>(
ctx: &ConditionalProgressCtx<'_>,
) -> Result<i64>character.current_chapter_level >= T ? 1 : 0 (no guard).