]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Gay Boykissers (#32584)
authorTakoDragon <69509841+BackeTako@users.noreply.github.com>
Tue, 1 Oct 2024 21:07:48 +0000 (23:07 +0200)
committerGitHub <noreply@github.com>
Tue, 1 Oct 2024 21:07:48 +0000 (23:07 +0200)
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/gay-equipped.png [new file with mode: 0644]
Resources/Textures/Clothing/Neck/Misc/pins.rsi/gay.png [new file with mode: 0644]
Resources/Textures/Clothing/Neck/Misc/pins.rsi/meta.json

index eb948d299c157bd6e43e57d37f4136fd7eaef263..9f0ff79b20bd0623cbbdc6e5c230f1c66dade125 100644 (file)
       neck:
       - state: bi-equipped
 
+- type: entity
+  parent: ClothingNeckPinBase
+  id: ClothingNeckGayPin
+  name: gay pin
+  description: Be gay~ do crime.
+  components:
+  - type: Sprite
+    sprite: Clothing/Neck/Misc/pins.rsi
+    layers:
+    - state: gay
+  - type: Clothing
+    sprite: Clothing/Neck/Misc/pins.rsi
+    clothingVisuals:
+      neck:
+      - state: gay-equipped
+
 - type: entity
   parent: ClothingNeckPinBase
   id: ClothingNeckIntersexPin
index 0aaaaf99b57f9d9fb8bc94420dda9469b6ba6f24..3f735cf98ba8ee5b1a6b0c2e8b092353136575e4 100644 (file)
         - id: ClothingNeckAromanticPin
         - id: ClothingNeckAsexualPin
         - id: ClothingNeckBisexualPin
+        - id: ClothingNeckGayPin
         - id: ClothingNeckIntersexPin
         - id: ClothingNeckLesbianPin
         - id: ClothingNeckNonBinaryPin
index c91108124f9c4d83f4ebc72ee195a2aee010713f..ea70828ce4a24daad39b6640f155de5b3fac9c19 100644 (file)
     back:
     - ClothingNeckBisexualPin
 
+- type: loadout
+  id: ClothingNeckGayPin
+  storage:
+    back:
+    - ClothingNeckGayPin
+
 - type: loadout
   id: ClothingNeckIntersexPin
   storage:
index 9bf0b4eb3d9cf0fe417747c3d9948d6146f6ead0..1483fc3c11ffb29d973060cb2e3074e1cb17d1bc 100644 (file)
@@ -18,6 +18,7 @@
   - ClothingNeckAromanticPin
   - ClothingNeckAsexualPin
   - ClothingNeckBisexualPin
+  - ClothingNeckGayPin
   - ClothingNeckIntersexPin
   - ClothingNeckLesbianPin
   - ClothingNeckNonBinaryPin
diff --git a/Resources/Textures/Clothing/Neck/Misc/pins.rsi/gay-equipped.png b/Resources/Textures/Clothing/Neck/Misc/pins.rsi/gay-equipped.png
new file mode 100644 (file)
index 0000000..d5127a0
Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Misc/pins.rsi/gay-equipped.png differ
diff --git a/Resources/Textures/Clothing/Neck/Misc/pins.rsi/gay.png b/Resources/Textures/Clothing/Neck/Misc/pins.rsi/gay.png
new file mode 100644 (file)
index 0000000..580d390
Binary files /dev/null and b/Resources/Textures/Clothing/Neck/Misc/pins.rsi/gay.png differ
index 46b04963997008ee6e982f832da14afae0ed4cb0..aab069b54781c1bfcb63f66e223a3ddd0b24be6e 100644 (file)
@@ -1,7 +1,7 @@
 {
   "version": 1,
   "license": "CC-BY-SA-3.0",
-  "copyright": "PixelTK leaves his mark on upstream",
+  "copyright": "PixelTK leaves his mark on upstream, BackeTako made the gay",
   "size": {
     "x": 32,
     "y": 32
             "name": "bi-equipped",
             "directions": 4
         },
+        {
+            "name": "gay"
+        },
+        {
+            "name": "gay-equipped",
+            "directions": 4
+        },
         {
             "name": "inter"
         },