[feat] shaking on meteor event

# Conflicts:
#	Content.Server/Explosion/EntitySystems/ExplosionSystem.cs
This commit is contained in:
rhailrake
2023-04-27 06:18:23 +06:00
committed by Remuchi
parent 49f0114574
commit e9b7473e1a
2 changed files with 63 additions and 11 deletions

View File

@@ -85,4 +85,8 @@ public sealed partial class ExplosiveComponent : Component
/// Avoid somehow double-triggering this explosion (e.g. by damaging this entity from its own explosion.
/// </summary>
public bool Exploded;
[ViewVariables(VVAccess.ReadWrite)]
[DataField("canShakeGrid")]
public bool CanShakeGrid;
}