mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-23 16:48:10 +03:00
No spead merge (#475)
* Revert "[GoobPort] WIZ REAL (#465)"
This reverts commit 091a8ff433.
* fix local
This commit is contained in:
@@ -111,7 +111,7 @@ public sealed class ColorFlashEffectSystem : SharedColorFlashEffectSystem
|
||||
|
||||
var animation = GetDamageAnimation(ent, color, sprite, ev.AnimationLength);
|
||||
|
||||
if (animation == null)
|
||||
if (animation == null)
|
||||
continue;
|
||||
|
||||
var comp = EnsureComp<ColorFlashEffectComponent>(ent);
|
||||
@@ -121,9 +121,3 @@ public sealed class ColorFlashEffectSystem : SharedColorFlashEffectSystem
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Raised on an entity to change the target for a color flash effect.
|
||||
/// </summary>
|
||||
[ByRefEvent]
|
||||
public record struct GetFlashEffectTargetEvent(EntityUid Target);
|
||||
|
||||
Reference in New Issue
Block a user