Skip to content

Commit

Permalink
Adds omnisexual pin (space-wizards#34439)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
juliangiebel and nikthechampiongr authored Jan 14, 2025
1 parent 198dd82 commit a967fc7
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
ClothingNeckLesbianPin: 3
ClothingNeckNonBinaryPin: 3
ClothingNeckPansexualPin: 3
ClothingNeckOmnisexualPin: 3
ClothingNeckTransPin: 3
ClothingNeckAutismPin: 3
ClothingNeckGoldAutismPin: 3
Expand Down
13 changes: 12 additions & 1 deletion Resources/Prototypes/Entities/Clothing/Neck/pins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -121,7 +132,7 @@
state: trans
- type: Clothing
equippedPrefix: trans

- type: entity
parent: ClothingNeckPinBase
id: ClothingNeckAutismPin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
- id: ClothingNeckLesbianPin
- id: ClothingNeckNonBinaryPin
- id: ClothingNeckPansexualPin
- id: ClothingNeckOmnisexualPin
- id: ClothingNeckTransPin
- id: ClothingNeckAutismPin
- id: ClothingNeckGoldAutismPin
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/Loadouts/Miscellaneous/trinkets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,12 @@
back:
- ClothingNeckPansexualPin

- type: loadout
id: ClothingNeckOmnisexualPin
storage:
back:
- ClothingNeckOmnisexualPin

- type: loadout
id: ClothingNeckTransPin
storage:
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- ClothingNeckLesbianPin
- ClothingNeckNonBinaryPin
- ClothingNeckPansexualPin
- ClothingNeckOmnisexualPin
- ClothingNeckTransPin
- ClothingNeckAutismPin
- ClothingNeckGoldAutismPin
Expand Down
9 changes: 8 additions & 1 deletion Resources/Textures/Clothing/Neck/Misc/pins.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -90,6 +90,13 @@
{
"name": "trans-equipped-NECK",
"directions": 4
},
{
"name": "omni"
},
{
"name": "omni-equipped-NECK",
"directions": 4
}
]
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a967fc7

Please sign in to comment.