Make combo actions much more clear
This commit is contained in:
+1
-11
@@ -59,21 +59,11 @@ public class Simulator
|
||||
return ActionResponse.CannotUseAction;
|
||||
}
|
||||
|
||||
ExecuteForced(action, baseAction);
|
||||
baseAction.Use(this);
|
||||
|
||||
return ActionResponse.UsedAction;
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public void ExecuteForced(ActionType action, BaseAction baseAction)
|
||||
{
|
||||
baseAction.Use(this);
|
||||
ActionStates.MutateState(action);
|
||||
ActionCount++;
|
||||
|
||||
ActiveEffects.DecrementDuration();
|
||||
}
|
||||
|
||||
[Pure]
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public int GetEffectStrength(EffectType effect) =>
|
||||
|
||||
Reference in New Issue
Block a user