Implements burn
This commit is contained in:
@@ -30,4 +30,9 @@ public enum DamageSource
|
||||
/// The damage is done because of the weather.
|
||||
/// </summary>
|
||||
Weather = 4,
|
||||
|
||||
/// <summary>
|
||||
/// The damage is done because of a status condition.
|
||||
/// </summary>
|
||||
Status = 5,
|
||||
}
|
||||
Reference in New Issue
Block a user