Style cleanup
This commit is contained in:
@@ -11,7 +11,7 @@ public class RequiresRechargeEffect : Script
|
||||
{
|
||||
_owner = owner;
|
||||
}
|
||||
|
||||
|
||||
/// <inheritdoc />
|
||||
public override void ForceTurnSelection(byte sideIndex, byte position, ref ITurnChoice? choice)
|
||||
{
|
||||
@@ -25,7 +25,7 @@ public class RequiresRechargeEffect : Script
|
||||
_owner.BattleData?.Battle.EventHook.Invoke(new DialogEvent("pokemon_must_recharge",
|
||||
new Dictionary<string, object>()
|
||||
{
|
||||
{ "pokemon", _owner }
|
||||
{ "pokemon", _owner },
|
||||
}));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user