From 0aee4bf3479df41583a2e7101ab2028f0db2d1aa Mon Sep 17 00:00:00 2001 From: Brandon Hu <103440971+Brandon-Huu@users.noreply.github.com> Date: Thu, 14 Mar 2024 16:09:46 +0000 Subject: [PATCH] Agent IDs default to passenger icon (#25993) --- .../Prototypes/Entities/Objects/Misc/identification_cards.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml index 553fdd3362..63ecb54785 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml @@ -588,8 +588,8 @@ id: AgentIDCard suffix: Agent components: - - type: IdCard - jobTitle: Passenger + - type: PresetIdCard + job: Passenger - type: Access tags: - Maintenance -- 2.52.0