From d5b7e4baf2b867ea184c6566b1e00b5f1384867e Mon Sep 17 00:00:00 2001 From: Doctor-Cpu <77215380+Doctor-Cpu@users.noreply.github.com> Date: Wed, 17 Apr 2024 02:10:52 +0100 Subject: [PATCH] Add autism pins to loadout (#27034) add autism pins to loadout --- .../Loadouts/Miscellaneous/trinkets.yml | 20 +++++++++++++++++++ .../Prototypes/Loadouts/loadout_groups.yml | 2 ++ 2 files changed, 22 insertions(+) diff --git a/Resources/Prototypes/Loadouts/Miscellaneous/trinkets.yml b/Resources/Prototypes/Loadouts/Miscellaneous/trinkets.yml index 98910f37b6..889b12a08e 100644 --- a/Resources/Prototypes/Loadouts/Miscellaneous/trinkets.yml +++ b/Resources/Prototypes/Loadouts/Miscellaneous/trinkets.yml @@ -97,3 +97,23 @@ storage: back: - ClothingNeckTransPin + +- type: loadout + id: ClothingNeckAutismPin + equipment: ClothingNeckAutismPin + +- type: startingGear + id: ClothingNeckAutismPin + storage: + back: + - ClothingNeckAutismPin + +- type: loadout + id: ClothingNeckGoldAutismPin + equipment: ClothingNeckGoldAutismPin + +- type: startingGear + id: ClothingNeckGoldAutismPin + storage: + back: + - ClothingNeckGoldAutismPin diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index ced02f41ea..cfd2e21ed3 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -15,6 +15,8 @@ - ClothingNeckNonBinaryPin - ClothingNeckPansexualPin - ClothingNeckTransPin + - ClothingNeckAutismPin + - ClothingNeckGoldAutismPin # Command - type: loadoutGroup -- 2.52.0