Plurality pin addition (now not on master branch) (#36744)

This commit is contained in:
Cass
2025-04-20 02:00:33 -05:00
committed by GitHub
parent 0768f1f33f
commit 39bf2469ad
8 changed files with 28 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
ClothingNeckLesbianPin: 3
ClothingNeckNonBinaryPin: 3
ClothingNeckPansexualPin: 3
ClothingNeckPluralPin: 3
ClothingNeckOmnisexualPin: 3
ClothingNeckGenderqueerPin: 3
ClothingNeckTransPin: 3

View File

@@ -133,6 +133,17 @@
- type: Clothing
equippedPrefix: pan
- type: entity
parent: ClothingNeckPinBase
id: ClothingNeckPluralPin
name: plural pin
description: Be plural, do crimes.
components:
- type: Sprite
state: plural
- type: Clothing
equippedPrefix: plural
- type: entity
parent: ClothingNeckPinBase
id: ClothingNeckOmnisexualPin

View File

@@ -152,6 +152,7 @@
- id: ClothingNeckLesbianPin
- id: ClothingNeckNonBinaryPin
- id: ClothingNeckPansexualPin
- id: ClothingNeckPluralPin
- id: ClothingNeckOmnisexualPin
- id: ClothingNeckGenderqueerPin
- id: ClothingNeckTransPin

View File

@@ -166,6 +166,12 @@
back:
- ClothingNeckPansexualPin
- type: loadout
id: ClothingNeckPluralPin
storage:
back:
- ClothingNeckPluralPin
- type: loadout
id: ClothingNeckOmnisexualPin
storage:

View File

@@ -29,6 +29,7 @@
- ClothingNeckLesbianPin
- ClothingNeckNonBinaryPin
- ClothingNeckPansexualPin
- ClothingNeckPluralPin
- ClothingNeckOmnisexualPin
- ClothingNeckGenderqueerPin
- ClothingNeckTransPin