Gay Boykissers (#32584)

This commit is contained in:
TakoDragon
2024-10-01 23:07:48 +02:00
committed by GitHub
parent d82c666e80
commit 23f4bc1d7a
7 changed files with 32 additions and 1 deletions

View File

@@ -72,6 +72,22 @@
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

View File

@@ -144,6 +144,7 @@
- id: ClothingNeckAromanticPin
- id: ClothingNeckAsexualPin
- id: ClothingNeckBisexualPin
- id: ClothingNeckGayPin
- id: ClothingNeckIntersexPin
- id: ClothingNeckLesbianPin
- id: ClothingNeckNonBinaryPin

View File

@@ -95,6 +95,12 @@
back:
- ClothingNeckBisexualPin
- type: loadout
id: ClothingNeckGayPin
storage:
back:
- ClothingNeckGayPin
- type: loadout
id: ClothingNeckIntersexPin
storage:

View File

@@ -18,6 +18,7 @@
- ClothingNeckAromanticPin
- ClothingNeckAsexualPin
- ClothingNeckBisexualPin
- ClothingNeckGayPin
- ClothingNeckIntersexPin
- ClothingNeckLesbianPin
- ClothingNeckNonBinaryPin

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

View 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
@@ -28,6 +28,13 @@
"name": "bi-equipped",
"directions": 4
},
{
"name": "gay"
},
{
"name": "gay-equipped",
"directions": 4
},
{
"name": "inter"
},