Adds omnisexual pin (#34439)

* Make important change (#7)

This is to help julian test his bot

* Omnibus

* Remove random test file from testing a gh bot

* Add pin to vendor, spawners and loadout

---------

Co-authored-by: nikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com>
This commit is contained in:
Julian Giebel
2025-01-14 23:41:04 +01:00
committed by GitHub
parent 198dd820f1
commit a967fc7486
8 changed files with 29 additions and 2 deletions

View File

@@ -10,6 +10,7 @@
ClothingNeckLesbianPin: 3
ClothingNeckNonBinaryPin: 3
ClothingNeckPansexualPin: 3
ClothingNeckOmnisexualPin: 3
ClothingNeckTransPin: 3
ClothingNeckAutismPin: 3
ClothingNeckGoldAutismPin: 3

View File

@@ -111,6 +111,17 @@
- type: Clothing
equippedPrefix: pan
- type: entity
parent: ClothingNeckPinBase
id: ClothingNeckOmnisexualPin
name: omnisexual pin
description: Be omni do crime.
components:
- type: Sprite
state: omni
- type: Clothing
equippedPrefix: omni
- type: entity
parent: ClothingNeckPinBase
id: ClothingNeckTransPin
@@ -121,7 +132,7 @@
state: trans
- type: Clothing
equippedPrefix: trans
- type: entity
parent: ClothingNeckPinBase
id: ClothingNeckAutismPin

View File

@@ -149,6 +149,7 @@
- id: ClothingNeckLesbianPin
- id: ClothingNeckNonBinaryPin
- id: ClothingNeckPansexualPin
- id: ClothingNeckOmnisexualPin
- id: ClothingNeckTransPin
- id: ClothingNeckAutismPin
- id: ClothingNeckGoldAutismPin

View File

@@ -154,6 +154,12 @@
back:
- ClothingNeckPansexualPin
- type: loadout
id: ClothingNeckOmnisexualPin
storage:
back:
- ClothingNeckOmnisexualPin
- type: loadout
id: ClothingNeckTransPin
storage:

View File

@@ -27,6 +27,7 @@
- ClothingNeckLesbianPin
- ClothingNeckNonBinaryPin
- ClothingNeckPansexualPin
- ClothingNeckOmnisexualPin
- ClothingNeckTransPin
- ClothingNeckAutismPin
- ClothingNeckGoldAutismPin

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",
"copyright": "PixelTK leaves his mark on upstream, BackeTako made the gay, autism pins by Terraspark, omnisexual pin by juliangiebel",
"size": {
"x": 32,
"y": 32
@@ -90,6 +90,13 @@
{
"name": "trans-equipped-NECK",
"directions": 4
},
{
"name": "omni"
},
{
"name": "omni-equipped-NECK",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B