Plurality pin addition (now not on master branch) (#36744)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
ClothingNeckLesbianPin: 3
|
||||
ClothingNeckNonBinaryPin: 3
|
||||
ClothingNeckPansexualPin: 3
|
||||
ClothingNeckPluralPin: 3
|
||||
ClothingNeckOmnisexualPin: 3
|
||||
ClothingNeckGenderqueerPin: 3
|
||||
ClothingNeckTransPin: 3
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -152,6 +152,7 @@
|
||||
- id: ClothingNeckLesbianPin
|
||||
- id: ClothingNeckNonBinaryPin
|
||||
- id: ClothingNeckPansexualPin
|
||||
- id: ClothingNeckPluralPin
|
||||
- id: ClothingNeckOmnisexualPin
|
||||
- id: ClothingNeckGenderqueerPin
|
||||
- id: ClothingNeckTransPin
|
||||
|
||||
@@ -166,6 +166,12 @@
|
||||
back:
|
||||
- ClothingNeckPansexualPin
|
||||
|
||||
- type: loadout
|
||||
id: ClothingNeckPluralPin
|
||||
storage:
|
||||
back:
|
||||
- ClothingNeckPluralPin
|
||||
|
||||
- type: loadout
|
||||
id: ClothingNeckOmnisexualPin
|
||||
storage:
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
- ClothingNeckLesbianPin
|
||||
- ClothingNeckNonBinaryPin
|
||||
- ClothingNeckPansexualPin
|
||||
- ClothingNeckPluralPin
|
||||
- ClothingNeckOmnisexualPin
|
||||
- ClothingNeckGenderqueerPin
|
||||
- ClothingNeckTransPin
|
||||
|
||||
Reference in New Issue
Block a user