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:
@@ -10,6 +10,7 @@
|
||||
ClothingNeckLesbianPin: 3
|
||||
ClothingNeckNonBinaryPin: 3
|
||||
ClothingNeckPansexualPin: 3
|
||||
ClothingNeckOmnisexualPin: 3
|
||||
ClothingNeckTransPin: 3
|
||||
ClothingNeckAutismPin: 3
|
||||
ClothingNeckGoldAutismPin: 3
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -149,6 +149,7 @@
|
||||
- id: ClothingNeckLesbianPin
|
||||
- id: ClothingNeckNonBinaryPin
|
||||
- id: ClothingNeckPansexualPin
|
||||
- id: ClothingNeckOmnisexualPin
|
||||
- id: ClothingNeckTransPin
|
||||
- id: ClothingNeckAutismPin
|
||||
- id: ClothingNeckGoldAutismPin
|
||||
|
||||
@@ -154,6 +154,12 @@
|
||||
back:
|
||||
- ClothingNeckPansexualPin
|
||||
|
||||
- type: loadout
|
||||
id: ClothingNeckOmnisexualPin
|
||||
storage:
|
||||
back:
|
||||
- ClothingNeckOmnisexualPin
|
||||
|
||||
- type: loadout
|
||||
id: ClothingNeckTransPin
|
||||
storage:
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
- ClothingNeckLesbianPin
|
||||
- ClothingNeckNonBinaryPin
|
||||
- ClothingNeckPansexualPin
|
||||
- ClothingNeckOmnisexualPin
|
||||
- ClothingNeckTransPin
|
||||
- ClothingNeckAutismPin
|
||||
- ClothingNeckGoldAutismPin
|
||||
|
||||
@@ -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 |
BIN
Resources/Textures/Clothing/Neck/Misc/pins.rsi/omni.png
Normal file
BIN
Resources/Textures/Clothing/Neck/Misc/pins.rsi/omni.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 287 B |
Reference in New Issue
Block a user