Improve "give AA ID".
Renamed to "grant full access" (same as in SS13). Now tries to upgrade an ID the user has equipped and automatically equips if necessary.
This commit is contained in:
@@ -216,7 +216,7 @@ namespace Content.Server.GameObjects.Components.PDA
|
||||
UpdatePDAUserInterface();
|
||||
}
|
||||
|
||||
private void InsertIdCard(IdCardComponent card)
|
||||
public void InsertIdCard(IdCardComponent card)
|
||||
{
|
||||
_idSlot.Insert(card.Owner);
|
||||
ContainedID = card;
|
||||
|
||||
Reference in New Issue
Block a user