This commit is contained in:
@@ -35,4 +35,9 @@ public enum DamageSource
|
||||
/// The damage is done because of a status condition.
|
||||
/// </summary>
|
||||
Status = 5,
|
||||
|
||||
/// <summary>
|
||||
/// The damage is done due to the Pokémon being confused and hitting itself.
|
||||
/// </summary>
|
||||
Confusion = 6,
|
||||
}
|
||||
Reference in New Issue
Block a user