Added Genderqueer pin! (Properly this time.) (#34561)

* Added Genderqueer pin! (Properly this time.)

* Update meta.json
This commit is contained in:
centcomofficer24
2025-02-06 05:49:41 +00:00
committed by GitHub
parent 43da2cc31f
commit a0fe21ac2f
8 changed files with 28 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
ClothingNeckNonBinaryPin: 3
ClothingNeckPansexualPin: 3
ClothingNeckOmnisexualPin: 3
ClothingNeckGenderqueerPin: 3
ClothingNeckTransPin: 3
ClothingNeckAutismPin: 3
ClothingNeckGoldAutismPin: 3

View File

@@ -122,6 +122,17 @@
- type: Clothing
equippedPrefix: omni
- type: entity
parent: ClothingNeckPinBase
id: ClothingNeckGenderqueerPin
name: genderqueer pin
description: be crime, do gender
components:
- type: Sprite
state: gender
- type: Clothing
equippedPrefix: gender
- type: entity
parent: ClothingNeckPinBase
id: ClothingNeckTransPin

View File

@@ -150,6 +150,7 @@
- id: ClothingNeckNonBinaryPin
- id: ClothingNeckPansexualPin
- id: ClothingNeckOmnisexualPin
- id: ClothingNeckGenderqueerPin
- id: ClothingNeckTransPin
- id: ClothingNeckAutismPin
- id: ClothingNeckGoldAutismPin

View File

@@ -160,6 +160,12 @@
back:
- ClothingNeckOmnisexualPin
- type: loadout
id: ClothingNeckGenderqueerPin
storage:
back:
- ClothingNeckGenderqueerPin
- type: loadout
id: ClothingNeckTransPin
storage:

View File

@@ -28,6 +28,7 @@
- ClothingNeckNonBinaryPin
- ClothingNeckPansexualPin
- ClothingNeckOmnisexualPin
- ClothingNeckGenderqueerPin
- ClothingNeckTransPin
- ClothingNeckAutismPin
- ClothingNeckGoldAutismPin

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "PixelTK leaves his mark on upstream, BackeTako made the gay, autism pins by Terraspark, omnisexual pin by juliangiebel",
"copyright": "PixelTK leaves his mark on upstream, BackeTako made the gay, autism pins by Terraspark, omnisexual pin by juliangiebel, genderqueer by centcomofficer24",
"size": {
"x": 32,
"y": 32
@@ -97,6 +97,13 @@
{
"name": "omni-equipped-NECK",
"directions": 4
},
{
"name": "gender"
},
{
"name": "gender-equipped-NECK",
"directions": 4
}
]
}