Minor proc changes
This commit is contained in:
@@ -6,5 +6,5 @@ internal sealed class AdvancedTouch() : BaseAction(
|
||||
defaultCPCost: 46, defaultEfficiency: 150)
|
||||
{
|
||||
public override int CPCost(Simulator s) =>
|
||||
(s.ActionStates.TouchComboIdx == 2 || s.ActionStates.ObserveCombo) ? 18 : 46;
|
||||
(s.ActionStates.Combo == ActionProc.AdvancedTouch) ? 18 : 46;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user