Style cleanup
This commit is contained in:
@@ -17,7 +17,7 @@ public class FlameBurst : Script
|
||||
adjacentFoe.Damage(adjacentFoe.BoostedStats.Hp / 16, DamageSource.Misc, batchId);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private static IEnumerable<IPokemon?> GetAdjacentFoes(IPokemon pokemon)
|
||||
{
|
||||
var battleData = pokemon.BattleData;
|
||||
|
||||
Reference in New Issue
Block a user