Added a semi-functional genderfluid pin. (#35854)

* Added a semi-function GenderfluidPin

* Update pins.yml

fix bug

* Fix meta.json under the newly merged "fix as you go" policy

* Update pin description

---------

Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
This commit is contained in:
T
2025-04-21 18:46:33 +01:00
committed by GitHub
parent 6f27a9ec74
commit cc80f8d782
8 changed files with 28 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
ClothingNeckPluralPin: 3
ClothingNeckOmnisexualPin: 3
ClothingNeckGenderqueerPin: 3
ClothingNeckGenderfluidPin: 3
ClothingNeckTransPin: 3
ClothingNeckAutismPin: 3
ClothingNeckGoldAutismPin: 3

View File

@@ -166,6 +166,17 @@
- type: Clothing
equippedPrefix: gender
- type: entity
parent: ClothingNeckPinBase
id: ClothingNeckGenderfluidPin
name: genderfluid pin
description: be gender, be fluid
components:
- type: Sprite
state: fluid
- type: Clothing
equippedPrefix: fluid
- type: entity
parent: ClothingNeckPinBase
id: ClothingNeckTransPin

View File

@@ -155,6 +155,7 @@
- id: ClothingNeckPluralPin
- id: ClothingNeckOmnisexualPin
- id: ClothingNeckGenderqueerPin
- id: ClothingNeckGenderfluidPin
- id: ClothingNeckTransPin
- id: ClothingNeckAutismPin
- id: ClothingNeckGoldAutismPin

View File

@@ -184,6 +184,12 @@
back:
- ClothingNeckGenderqueerPin
- type: loadout
id: ClothingNeckGenderfluidPin
storage:
back:
- ClothingNeckGenderfluidPin
- type: loadout
id: ClothingNeckTransPin
storage:

View File

@@ -32,6 +32,7 @@
- ClothingNeckPluralPin
- ClothingNeckOmnisexualPin
- ClothingNeckGenderqueerPin
- ClothingNeckGenderfluidPin
- ClothingNeckTransPin
- ClothingNeckAutismPin
- ClothingNeckGoldAutismPin