Function reach_chapter_level

Source
pub fn reach_chapter_level<const T: i64>(
    ctx: &ConditionalProgressCtx<'_>,
) -> Result<i64>
Expand description

character.current_chapter_level >= T ? 1 : 0 (no guard).