ash storms just the facts
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared.DeltaV.Weather.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Makes an entity not take damage from ash storms.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed partial class AshStormImmuneComponent : Component;
|
||||
Reference in New Issue
Block a user