Sort scanner "eject" verb first (#10932)
This commit is contained in:
parent
4813a719ba
commit
808677c117
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ namespace Content.Server.Medical
|
|||
verb.Act = () => EjectBody(uid, component);
|
||||
verb.Category = VerbCategory.Eject;
|
||||
verb.Text = Loc.GetString("medical-scanner-verb-noun-occupant");
|
||||
verb.Priority = 1; // Promote to top to make ejecting the ALT-click action
|
||||
args.Verbs.Add(verb);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue