mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 04:30:57 +01:00
ActSystem and Destruction Threshold Behaviors use EntityUid.
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Content.Server.Destructible
|
||||
{
|
||||
RaiseLocalEvent(uid, new DamageThresholdReached(component, threshold));
|
||||
|
||||
threshold.Execute(component.Owner, this);
|
||||
threshold.Execute(uid, this, EntityManager);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user