Action container rejig (#20260)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -91,7 +91,7 @@ public sealed partial class RevenantSystem : EntitySystem
|
||||
|
||||
private void OnMapInit(EntityUid uid, RevenantComponent component, MapInitEvent args)
|
||||
{
|
||||
_action.AddAction(uid, Spawn(RevenantShopId), null);
|
||||
_action.AddAction(uid, ref component.Action, RevenantShopId);
|
||||
}
|
||||
|
||||
private void OnStatusAdded(EntityUid uid, RevenantComponent component, StatusEffectAddedEvent args)
|
||||
|
||||
Reference in New Issue
Block a user