More minor UI refactor changes (#11213)
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Content.Server.Polymorph.Systems
|
||||
{
|
||||
if (Deleted(uid))
|
||||
return;
|
||||
|
||||
|
||||
if (!TryComp<PolymorphedEntityComponent>(uid, out var component))
|
||||
return;
|
||||
|
||||
@@ -118,7 +118,7 @@ namespace Content.Server.Polymorph.Systems
|
||||
Description = Loc.GetString("polymorph-revert-action-description"),
|
||||
UseDelay = TimeSpan.FromSeconds(component.Prototype.Delay),
|
||||
};
|
||||
|
||||
|
||||
_actions.AddAction(uid, act, null);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user