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:
@@ -15,6 +15,7 @@
|
||||
ClothingNeckPluralPin: 3
|
||||
ClothingNeckOmnisexualPin: 3
|
||||
ClothingNeckGenderqueerPin: 3
|
||||
ClothingNeckGenderfluidPin: 3
|
||||
ClothingNeckTransPin: 3
|
||||
ClothingNeckAutismPin: 3
|
||||
ClothingNeckGoldAutismPin: 3
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -155,6 +155,7 @@
|
||||
- id: ClothingNeckPluralPin
|
||||
- id: ClothingNeckOmnisexualPin
|
||||
- id: ClothingNeckGenderqueerPin
|
||||
- id: ClothingNeckGenderfluidPin
|
||||
- id: ClothingNeckTransPin
|
||||
- id: ClothingNeckAutismPin
|
||||
- id: ClothingNeckGoldAutismPin
|
||||
|
||||
@@ -184,6 +184,12 @@
|
||||
back:
|
||||
- ClothingNeckGenderqueerPin
|
||||
|
||||
- type: loadout
|
||||
id: ClothingNeckGenderfluidPin
|
||||
storage:
|
||||
back:
|
||||
- ClothingNeckGenderfluidPin
|
||||
|
||||
- type: loadout
|
||||
id: ClothingNeckTransPin
|
||||
storage:
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
- ClothingNeckPluralPin
|
||||
- ClothingNeckOmnisexualPin
|
||||
- ClothingNeckGenderqueerPin
|
||||
- ClothingNeckGenderfluidPin
|
||||
- ClothingNeckTransPin
|
||||
- ClothingNeckAutismPin
|
||||
- ClothingNeckGoldAutismPin
|
||||
|
||||
Reference in New Issue
Block a user