]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Adds omnisexual pin (#34439)
authorJulian Giebel <juliangiebel@live.de>
Tue, 14 Jan 2025 22:41:04 +0000 (23:41 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Jan 2025 22:41:04 +0000 (23:41 +0100)
* 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>
Resources/Prototypes/Catalog/VendingMachines/Inventories/pride.yml
Resources/Prototypes/Entities/Clothing/Neck/pins.yml
Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml
Resources/Prototypes/Loadouts/Miscellaneous/trinkets.yml
Resources/Prototypes/Loadouts/loadout_groups.yml
Resources/Textures/Clothing/Neck/Misc/pins.rsi/meta.json
Resources/Textures/Clothing/Neck/Misc/pins.rsi/omni-equipped-NECK.png [new file with mode: 0644]
Resources/Textures/Clothing/Neck/Misc/pins.rsi/omni.png [new file with mode: 0644]

index e93c27c041ab564819200fd9ef63265ca5bd2114..d4ffe6be33d6515cf529b7e4523bfc8579fd5adf 100644 (file)
@@ -10,6 +10,7 @@
     ClothingNeckLesbianPin: 3
     ClothingNeckNonBinaryPin: 3
     ClothingNeckPansexualPin: 3
+    ClothingNeckOmnisexualPin: 3
     ClothingNeckTransPin: 3
     ClothingNeckAutismPin: 3
     ClothingNeckGoldAutismPin: 3
index a7dcf03f28c6a136078db517f799cbf0cc27d76c..155bb9a82f3ca3d84e18649bc30be045fd87d780 100644 (file)
   - 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
     state: trans
   - type: Clothing
     equippedPrefix: trans
+
 - type: entity
   parent: ClothingNeckPinBase
   id: ClothingNeckAutismPin
index be26279365ed6bc7ac930d1b553c2180bbd71b25..96cf75d9351dc523622acc8f54af8b6e59a45e3a 100644 (file)
         - id: ClothingNeckLesbianPin
         - id: ClothingNeckNonBinaryPin
         - id: ClothingNeckPansexualPin
+        - id: ClothingNeckOmnisexualPin
         - id: ClothingNeckTransPin
         - id: ClothingNeckAutismPin
         - id: ClothingNeckGoldAutismPin
index b4e2cecf8b1cef06ea0b46aad1bca194d95d746a..8e998d602fba2378e300b7e26ce12a508f4b5fdd 100644 (file)
     back:
     - ClothingNeckPansexualPin
 
+- type: loadout
+  id: ClothingNeckOmnisexualPin
+  storage:
+    back:
+    - ClothingNeckOmnisexualPin
+
 - type: loadout
   id: ClothingNeckTransPin
   storage:
index 990c6f41bb17be9ca4cee3a79560696bc32f999a..b35fcef66f7b352fe6f8c23e679d005d608f05a8 100644 (file)
@@ -27,6 +27,7 @@
   - ClothingNeckLesbianPin
   - ClothingNeckNonBinaryPin
   - ClothingNeckPansexualPin
+  - ClothingNeckOmnisexualPin
   - ClothingNeckTransPin
   - ClothingNeckAutismPin
   - ClothingNeckGoldAutismPin
index 0619f962df3fcc16d700f209f3c430bbab0c4543..bb1013b21a06e85a093f03cbbb844f44f45fa25e 100644 (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
         {
             "name": "trans-equipped-NECK",
             "directions": 4
+        },
+        {
+            "name": "omni"
+        },
+        {
+            "name": "omni-equipped-NECK",
+            "directions": 4
         }
     ]
 }
diff --git a/Resources/Textures/Clothing/Neck/Misc/pins.rsi/omni-equipped-NECK.png b/Resources/Textures/Clothing/Neck/Misc/pins.rsi/omni-equipped-NECK.png
new file mode 100644 (file)
index 0000000..af88fc5
Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Misc/pins.rsi/omni-equipped-NECK.png differ
diff --git a/Resources/Textures/Clothing/Neck/Misc/pins.rsi/omni.png b/Resources/Textures/Clothing/Neck/Misc/pins.rsi/omni.png
new file mode 100644 (file)
index 0000000..fea9075
Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Misc/pins.rsi/omni.png differ