@@ -0,0 +1,7 @@
|
|||||||
|
namespace Content.Server.White.AntiCringeSystem;
|
||||||
|
|
||||||
|
[RegisterComponent]
|
||||||
|
public sealed class AntiCringeComponent : Component
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
16
Content.Server/White/AntiCringeSystem/AntiCringeSystem.cs
Normal file
16
Content.Server/White/AntiCringeSystem/AntiCringeSystem.cs
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
namespace Content.Server.White.AntiCringeSystem;
|
||||||
|
|
||||||
|
|
||||||
|
public sealed class AntiCringeSystem : EntitySystem
|
||||||
|
{
|
||||||
|
public override void Initialize()
|
||||||
|
{
|
||||||
|
base.Initialize();
|
||||||
|
SubscribeLocalEvent<AntiCringeComponent, ComponentInit>(OnComponentInit);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void OnComponentInit(EntityUid uid, AntiCringeComponent component, ComponentInit args)
|
||||||
|
{
|
||||||
|
Del(uid);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,27 +1,27 @@
|
|||||||
ent-ClothingNeckLGBTPin = LGBT pin
|
ent-ClothingNeckLGBTPin = pin
|
||||||
.desc = be gay do crime
|
.desc = pin
|
||||||
.suffix = { "" }
|
.suffix = { "" }
|
||||||
ent-ClothingNeckAromanticPin = aromantic pin
|
ent-ClothingNeckAromanticPin = pin
|
||||||
.desc = be aro do crime
|
.desc = pin
|
||||||
.suffix = { "" }
|
.suffix = { "" }
|
||||||
ent-ClothingNeckAsexualPin = asexual pin
|
ent-ClothingNeckAsexualPin = pin
|
||||||
.desc = be ace do crime
|
.desc = pin
|
||||||
.suffix = { "" }
|
.suffix = { "" }
|
||||||
ent-ClothingNeckBisexualPin = bisexual pin
|
ent-ClothingNeckBisexualPin = pin
|
||||||
.desc = be bi do crime
|
.desc = pin
|
||||||
.suffix = { "" }
|
.suffix = { "" }
|
||||||
ent-ClothingNeckIntersexPin = intersex pin
|
ent-ClothingNeckIntersexPin = pin
|
||||||
.desc = be intersex do crime
|
.desc = pin
|
||||||
.suffix = { "" }
|
.suffix = { "" }
|
||||||
ent-ClothingNeckLesbianPin = lesbian pin
|
ent-ClothingNeckLesbianPin = pin
|
||||||
.desc = be lesbian do crime
|
.desc = pin
|
||||||
.suffix = { "" }
|
.suffix = { "" }
|
||||||
ent-ClothingNeckNonBinaryPin = non-binary pin
|
ent-ClothingNeckNonBinaryPin = pin
|
||||||
.desc = 01100010 01100101 00100000 01100101 01101110 01100010 01111001 00100000 01100100 01101111 00100000 01100011 01110010 01101001 01101101 01100101
|
.desc = pin
|
||||||
.suffix = { "" }
|
.suffix = { "" }
|
||||||
ent-ClothingNeckPansexualPin = pansexual pin
|
ent-ClothingNeckPansexualPin = pin
|
||||||
.desc = be pan do crime
|
.desc = pin
|
||||||
.suffix = { "" }
|
.suffix = { "" }
|
||||||
ent-ClothingNeckTransPin = transgender pin
|
ent-ClothingNeckTransPin = pin
|
||||||
.desc = be trans do crime
|
.desc = pin
|
||||||
.suffix = { "" }
|
.suffix = { "" }
|
||||||
|
|||||||
@@ -470,104 +470,6 @@
|
|||||||
categories:
|
categories:
|
||||||
- MeatyOreGlasses
|
- MeatyOreGlasses
|
||||||
|
|
||||||
#personal
|
|
||||||
- type: listing
|
|
||||||
id: MeatyClothingNeckLGBTPin
|
|
||||||
productEntity: ClothingNeckLGBTPin
|
|
||||||
cost:
|
|
||||||
MeatyOreCoin: 1
|
|
||||||
categories:
|
|
||||||
- MeatyOrePersonal
|
|
||||||
|
|
||||||
- type: listing
|
|
||||||
id: MeatyClothingNeckAromanticPin
|
|
||||||
productEntity: ClothingNeckAromanticPin
|
|
||||||
cost:
|
|
||||||
MeatyOreCoin: 1
|
|
||||||
categories:
|
|
||||||
- MeatyOrePersonal
|
|
||||||
|
|
||||||
- type: listing
|
|
||||||
id: MeatyClothingNeckAsexualPin
|
|
||||||
productEntity: ClothingNeckAsexualPin
|
|
||||||
cost:
|
|
||||||
MeatyOreCoin: 1
|
|
||||||
categories:
|
|
||||||
- MeatyOrePersonal
|
|
||||||
|
|
||||||
- type: listing
|
|
||||||
id: MeatyClothingNeckBisexualPin
|
|
||||||
productEntity: ClothingNeckBisexualPin
|
|
||||||
cost:
|
|
||||||
MeatyOreCoin: 1
|
|
||||||
categories:
|
|
||||||
- MeatyOrePersonal
|
|
||||||
|
|
||||||
- type: listing
|
|
||||||
id: MeatyClothingNeckIntersexPin
|
|
||||||
productEntity: ClothingNeckIntersexPin
|
|
||||||
cost:
|
|
||||||
MeatyOreCoin: 1
|
|
||||||
categories:
|
|
||||||
- MeatyOrePersonal
|
|
||||||
|
|
||||||
- type: listing
|
|
||||||
id: MeatyClothingNeckLesbianPin
|
|
||||||
productEntity: ClothingNeckLesbianPin
|
|
||||||
cost:
|
|
||||||
MeatyOreCoin: 1
|
|
||||||
categories:
|
|
||||||
- MeatyOrePersonal
|
|
||||||
|
|
||||||
- type: listing
|
|
||||||
id: MeatyClothingNeckNonBinaryPin
|
|
||||||
productEntity: ClothingNeckNonBinaryPin
|
|
||||||
cost:
|
|
||||||
MeatyOreCoin: 1
|
|
||||||
categories:
|
|
||||||
- MeatyOrePersonal
|
|
||||||
|
|
||||||
- type: listing
|
|
||||||
id: MeatyClothingNeckPansexualPin
|
|
||||||
productEntity: ClothingNeckPansexualPin
|
|
||||||
cost:
|
|
||||||
MeatyOreCoin: 1
|
|
||||||
categories:
|
|
||||||
- MeatyOrePersonal
|
|
||||||
|
|
||||||
- type: listing
|
|
||||||
id: MeatyClothingNeckTransPin
|
|
||||||
productEntity: ClothingNeckTransPin
|
|
||||||
cost:
|
|
||||||
MeatyOreCoin: 1
|
|
||||||
categories:
|
|
||||||
- MeatyOrePersonal
|
|
||||||
|
|
||||||
- type: listing
|
|
||||||
id: MeatyClothingNeckCloakHerald
|
|
||||||
productEntity: ClothingNeckCloakHerald
|
|
||||||
cost:
|
|
||||||
MeatyOreCoin: 1
|
|
||||||
categories:
|
|
||||||
- MeatyOrePersonal
|
|
||||||
|
|
||||||
- type: listing
|
|
||||||
id: MeatyClothingNeckCloakNanotrasen
|
|
||||||
productEntity: ClothingNeckCloakNanotrasen
|
|
||||||
cost:
|
|
||||||
MeatyOreCoin: 1
|
|
||||||
categories:
|
|
||||||
- MeatyOrePersonal
|
|
||||||
|
|
||||||
- type: listing
|
|
||||||
id: MeatyClothingNeckCloakTrans
|
|
||||||
productEntity: ClothingNeckCloakTrans
|
|
||||||
cost:
|
|
||||||
MeatyOreCoin: 1
|
|
||||||
categories:
|
|
||||||
- MeatyOrePersonal
|
|
||||||
|
|
||||||
#suits
|
|
||||||
|
|
||||||
#uniforms
|
#uniforms
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,9 @@
|
|||||||
abstract: true
|
abstract: true
|
||||||
name: pin
|
name: pin
|
||||||
description: be nothing do crime
|
description: be nothing do crime
|
||||||
|
noSpawn: true
|
||||||
components:
|
components:
|
||||||
|
- type: AntiCringe
|
||||||
- type: Item
|
- type: Item
|
||||||
size: Tiny
|
size: Tiny
|
||||||
|
|
||||||
@@ -13,6 +15,7 @@
|
|||||||
id: ClothingNeckLGBTPin
|
id: ClothingNeckLGBTPin
|
||||||
name: LGBT pin
|
name: LGBT pin
|
||||||
description: be gay do crime
|
description: be gay do crime
|
||||||
|
noSpawn: true
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Neck/Misc/pins.rsi
|
sprite: Clothing/Neck/Misc/pins.rsi
|
||||||
@@ -29,6 +32,7 @@
|
|||||||
id: ClothingNeckAromanticPin
|
id: ClothingNeckAromanticPin
|
||||||
name: aromantic pin
|
name: aromantic pin
|
||||||
description: be aro do crime
|
description: be aro do crime
|
||||||
|
noSpawn: true
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Neck/Misc/pins.rsi
|
sprite: Clothing/Neck/Misc/pins.rsi
|
||||||
@@ -45,6 +49,7 @@
|
|||||||
id: ClothingNeckAsexualPin
|
id: ClothingNeckAsexualPin
|
||||||
name: asexual pin
|
name: asexual pin
|
||||||
description: be ace do crime
|
description: be ace do crime
|
||||||
|
noSpawn: true
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Neck/Misc/pins.rsi
|
sprite: Clothing/Neck/Misc/pins.rsi
|
||||||
@@ -61,6 +66,7 @@
|
|||||||
id: ClothingNeckBisexualPin
|
id: ClothingNeckBisexualPin
|
||||||
name: bisexual pin
|
name: bisexual pin
|
||||||
description: be bi do crime
|
description: be bi do crime
|
||||||
|
noSpawn: true
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Neck/Misc/pins.rsi
|
sprite: Clothing/Neck/Misc/pins.rsi
|
||||||
@@ -77,6 +83,7 @@
|
|||||||
id: ClothingNeckIntersexPin
|
id: ClothingNeckIntersexPin
|
||||||
name: intersex pin
|
name: intersex pin
|
||||||
description: be intersex do crime
|
description: be intersex do crime
|
||||||
|
noSpawn: true
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Neck/Misc/pins.rsi
|
sprite: Clothing/Neck/Misc/pins.rsi
|
||||||
@@ -93,6 +100,7 @@
|
|||||||
id: ClothingNeckLesbianPin
|
id: ClothingNeckLesbianPin
|
||||||
name: lesbian pin
|
name: lesbian pin
|
||||||
description: be lesbian do crime
|
description: be lesbian do crime
|
||||||
|
noSpawn: true
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Neck/Misc/pins.rsi
|
sprite: Clothing/Neck/Misc/pins.rsi
|
||||||
@@ -109,6 +117,7 @@
|
|||||||
id: ClothingNeckNonBinaryPin
|
id: ClothingNeckNonBinaryPin
|
||||||
name: non-binary pin
|
name: non-binary pin
|
||||||
description: "01100010 01100101 00100000 01100101 01101110 01100010 01111001 00100000 01100100 01101111 00100000 01100011 01110010 01101001 01101101 01100101"
|
description: "01100010 01100101 00100000 01100101 01101110 01100010 01111001 00100000 01100100 01101111 00100000 01100011 01110010 01101001 01101101 01100101"
|
||||||
|
noSpawn: true
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Neck/Misc/pins.rsi
|
sprite: Clothing/Neck/Misc/pins.rsi
|
||||||
@@ -125,6 +134,7 @@
|
|||||||
id: ClothingNeckPansexualPin
|
id: ClothingNeckPansexualPin
|
||||||
name: pansexual pin
|
name: pansexual pin
|
||||||
description: be pan do crime
|
description: be pan do crime
|
||||||
|
noSpawn: true
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Neck/Misc/pins.rsi
|
sprite: Clothing/Neck/Misc/pins.rsi
|
||||||
@@ -141,6 +151,7 @@
|
|||||||
id: ClothingNeckTransPin
|
id: ClothingNeckTransPin
|
||||||
name: transgender pin
|
name: transgender pin
|
||||||
description: be trans do crime
|
description: be trans do crime
|
||||||
|
noSpawn: true
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Neck/Misc/pins.rsi
|
sprite: Clothing/Neck/Misc/pins.rsi
|
||||||
|
|||||||
@@ -35,15 +35,6 @@
|
|||||||
- PonderingOrb
|
- PonderingOrb
|
||||||
- Skub
|
- Skub
|
||||||
- DrinkMugDog
|
- DrinkMugDog
|
||||||
- ClothingNeckLGBTPin
|
|
||||||
- ClothingNeckAromanticPin
|
|
||||||
- ClothingNeckAsexualPin
|
|
||||||
- ClothingNeckBisexualPin
|
|
||||||
- ClothingNeckIntersexPin
|
|
||||||
- ClothingNeckLesbianPin
|
|
||||||
- ClothingNeckNonBinaryPin
|
|
||||||
- ClothingNeckPansexualPin
|
|
||||||
- ClothingNeckTransPin
|
|
||||||
- CluwneHorn
|
- CluwneHorn
|
||||||
- ClothingMaskRat
|
- ClothingMaskRat
|
||||||
- MysteryFigureBox
|
- MysteryFigureBox
|
||||||
|
|||||||
Reference in New Issue
Block a user