Zombie Fixes and Tweaks (#9940)
This commit is contained in:
@@ -5,5 +5,11 @@ namespace Content.Server.Atmos.Miasma
|
||||
/// Tracking component for stuff that has started to rot.
|
||||
/// </summary>
|
||||
public sealed class RottingComponent : Component
|
||||
{}
|
||||
{
|
||||
/// <summary>
|
||||
/// Whether or not the rotting should deal damage
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public bool DealDamage = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user