Merge pull request #911 from Zumorica/2020-05-13-stuns
Adds StunnableComponent, Stunbaton...
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Content.Shared.GameObjects.Components.Mobs
|
||||
/// <summary>
|
||||
/// Mob is standing up
|
||||
/// </summary>
|
||||
Stand,
|
||||
Standing,
|
||||
|
||||
/// <summary>
|
||||
/// Mob is laying down
|
||||
|
||||
@@ -32,5 +32,6 @@ namespace Content.Shared.GameObjects.Components.Mobs
|
||||
Health,
|
||||
Hunger,
|
||||
Thirst,
|
||||
Stun,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user