Remove threadlocal dependence
This commit is contained in:
@@ -6,8 +6,9 @@ internal sealed class HastyTouch : BaseAction
|
||||
public override int Level => 9;
|
||||
public override uint ActionId => 100355;
|
||||
|
||||
public override int CPCost => 0;
|
||||
public override float Efficiency => 1.00f;
|
||||
public override bool IncreasesQuality => true;
|
||||
public override float SuccessRate => 0.60f;
|
||||
|
||||
public override int CPCost(Simulator s) => 0;
|
||||
public override float Efficiency(Simulator s) => 1.00f;
|
||||
public override float SuccessRate(Simulator s) => 0.60f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user