Fix action behavior

This commit is contained in:
Asriel Camora
2024-07-13 00:03:55 -07:00
parent 5d51bb21e8
commit 1f4d360398
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ namespace Craftimizer.Simulator.Actions;
internal sealed class TrainedPerfection() : BaseBuffAction(
ActionCategory.Durability, 100, 100475,
EffectType.TrainedPerfection, duration: 1
EffectType.TrainedPerfection, duration: 1,
macroWaitTime: 3
)
{
public override bool IsPossible(Simulator s) =>