This commit is contained in:
@@ -9,5 +9,5 @@ public class HelpingHandEffect : Script
|
||||
basePower = basePower.MultiplyOrMax(1.5f);
|
||||
|
||||
/// <inheritdoc />
|
||||
public override void OnEndTurn(IBattle battle) => RemoveSelf();
|
||||
public override void OnEndTurn(IScriptSource owner, IBattle battle) => RemoveSelf();
|
||||
}
|
||||
Reference in New Issue
Block a user