Allow existing conditions to be ticked in SimulatorNoRandom
This commit is contained in:
@@ -7,5 +7,5 @@ public class SimulatorNoRandom : Simulator
|
||||
}
|
||||
|
||||
public sealed override bool RollSuccessRaw(float successRate) => successRate == 1;
|
||||
public sealed override void StepCondition() { }
|
||||
public sealed override Condition GetNextRandomCondition() => Condition.Normal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user