Mild Entity Effect/Condition Cleanup (#41059)

* Commit

* ploop

* borger

---------

Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
This commit is contained in:
Princess Cheeseballs
2025-10-23 16:35:59 -07:00
committed by GitHub
parent 3ff86e794e
commit d4a32ce502
22 changed files with 42 additions and 41 deletions

View File

@@ -5,8 +5,8 @@ using Robust.Shared.Prototypes;
namespace Content.Shared.EntityEffects.Effects.Transform;
/// <inheritdoc cref="EntityEffect"/>
/// <seealso cref="ExplodeEffect">
public sealed partial class ExplosionEffect : EntityEffectBase<ExplosionEffect>
/// <seealso cref="Explode"/>
public sealed partial class Explosion : EntityEffectBase<Explosion>
{
/// <summary>
/// The type of explosion. Determines damage types and tile break chance scaling.