diff --git a/rslib/src/sched/new.rs b/rslib/src/sched/new.rs index 4043fb1b1..958d8429d 100644 --- a/rslib/src/sched/new.rs +++ b/rslib/src/sched/new.rs @@ -21,11 +21,7 @@ impl Card { self.ctype = CardType::New; self.queue = CardQueue::New; self.interval = 0; - if self.ease_factor == 0 { - // unlike the old Python code, we leave the ease factor alone - // if it's already set - self.ease_factor = INITIAL_EASE_FACTOR_THOUSANDS; - } + self.ease_factor = 0; } /// If the card is new, change its position.