* Revert "Fix chat bubbles (#25643)" This reverts commit23d2c4d924. * Revert "Fixes obsolete Transform warnings in Content. (#25256)" This reverts commitf284b43ff6.
This commit is contained in:
@@ -12,7 +12,6 @@ public sealed class LightningTargetSystem : EntitySystem
|
||||
{
|
||||
[Dependency] private readonly DamageableSystem _damageable = default!;
|
||||
[Dependency] private readonly ExplosionSystem _explosionSystem = default!;
|
||||
[Dependency] private readonly SharedTransformSystem _xformSystem = default!;
|
||||
|
||||
public override void Initialize()
|
||||
{
|
||||
@@ -30,7 +29,7 @@ public sealed class LightningTargetSystem : EntitySystem
|
||||
if (uid.Comp.LightningExplode)
|
||||
{
|
||||
_explosionSystem.QueueExplosion(
|
||||
_xformSystem.GetMapCoordinates(uid),
|
||||
Transform(uid).MapPosition,
|
||||
uid.Comp.ExplosionPrototype,
|
||||
uid.Comp.TotalIntensity, uid.Comp.Dropoff,
|
||||
uid.Comp.MaxTileIntensity,
|
||||
|
||||
Reference in New Issue
Block a user