Fix for unknown symbol in attack descriptions
This commit is contained in:
parent
b392894461
commit
8a61b2ba14
|
@ -16,7 +16,7 @@ Namespace BattleSystem.Moves.Dark
|
|||
Me.Category = Categories.Physical
|
||||
Me.ContestCategory = ContestCategories.Smart
|
||||
Me.Name = "Foul Play"
|
||||
Me.Description = " The user turns the target's power against it. The higher the target's Attack stat, the greater the move's power."
|
||||
Me.Description = "The user turns the target's power against it. The higher the target's Attack stat, the greater the move's power."
|
||||
Me.CriticalChance = 1
|
||||
Me.IsHMMove = False
|
||||
Me.Target = Targets.OneAdjacentTarget
|
||||
|
|
|
@ -16,7 +16,7 @@ Namespace BattleSystem.Moves.Fighting
|
|||
Me.Category = Categories.Physical
|
||||
Me.ContestCategory = ContestCategories.Cool
|
||||
Me.Name = "Circle Throw"
|
||||
Me.Description = " The target is thrown, and a different Pokémon is dragged out. In the wild, this ends a battle against a single Pokémon."
|
||||
Me.Description = "The target is thrown, and a different Pokémon is dragged out. In the wild, this ends a battle against a single Pokémon."
|
||||
Me.CriticalChance = 1
|
||||
Me.IsHMMove = False
|
||||
Me.Target = Targets.OneAdjacentTarget
|
||||
|
|
Loading…
Reference in New Issue