1.9.0.0 (Testing) Release
This commit is contained in:
@@ -14,4 +14,7 @@ internal sealed class HeartAndSoul : BaseBuffAction
|
||||
public override int CPCost(Simulator s) => 0;
|
||||
|
||||
public override bool CanUse(Simulator s) => s.Input.Stats.IsSpecialist && !s.ActionStates.UsedHeartAndSoul;
|
||||
|
||||
public override string GetTooltip(Simulator s, bool addUsability) =>
|
||||
$"{GetBaseTooltip(s, addUsability)}Specialist Only";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user