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