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