ash storms just the facts

This commit is contained in:
deltanedas
2024-12-18 01:27:23 +00:00
committed by tommy
parent cef7597e8d
commit 800fd928b8
12 changed files with 331 additions and 0 deletions

View File

@@ -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;