1.9.0.0 (Testing) Release
This commit is contained in:
@@ -15,4 +15,7 @@ internal sealed class CarefulObservation : BaseAction
|
||||
public override bool CanUse(Simulator s) => s.Input.Stats.IsSpecialist && s.ActionStates.CarefulObservationCount < 3;
|
||||
|
||||
public override void UseSuccess(Simulator s) => s.StepCondition();
|
||||
|
||||
public override string GetTooltip(Simulator s, bool addUsability) =>
|
||||
$"{base.GetTooltip(s, addUsability)}Specialist Only";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user