diff --git a/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml index e6553d9e8a..03fb51a219 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml @@ -140,9 +140,11 @@ id: ClothingNeckCloakTrans name: vampire cloak description: Worn by high ranking vampires of the transylvanian society of vampires. + noSpawn: true components: - type: Sprite sprite: Clothing/Neck/Cloaks/trans.rsi + - type: AntiCringe - type: entity parent: ClothingNeckBase diff --git a/Resources/Prototypes/Entities/Objects/Decoration/present.yml b/Resources/Prototypes/Entities/Objects/Decoration/present.yml index 5087e53980..35c5c981ef 100644 --- a/Resources/Prototypes/Entities/Objects/Decoration/present.yml +++ b/Resources/Prototypes/Entities/Objects/Decoration/present.yml @@ -186,8 +186,6 @@ orGroup: GiftPool - id: ViolaInstrument orGroup: GiftPool - - id: ClothingNeckCloakTrans - orGroup: GiftPool - id: ClothingNeckCloakAdmin orGroup: GiftPool - id: ToySkeleton diff --git a/Resources/Prototypes/Entities/Objects/Misc/handy_flags.yml b/Resources/Prototypes/Entities/Objects/Misc/handy_flags.yml index 61162edf2c..a3588f9df1 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/handy_flags.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/handy_flags.yml @@ -39,12 +39,14 @@ id: LGBTQHandyFlag name: LGBTQ handheld flag description: "The be gay do crime handy flag." + noSpawn: true components: - type: Sprite sprite: Objects/Misc/Handy_Flags/lgbtq_handy_flag.rsi state: icon - type: Item sprite: Objects/Misc/Handy_Flags/lgbtq_handy_flag.rsi + - type: AntiCringe - type: entity parent: BaseItem diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/flags.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/flags.yml index 57b07aa3dd..1bc0574ffc 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/flags.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/flags.yml @@ -35,16 +35,18 @@ components: - type: Sprite state: syndie_flag - + - type: entity parent: BaseFlag id: LGBTQFlag name: LGBTQ flag description: "Be gay do crime flag" + noSpawn: true components: - type: Sprite state: lgbtq_flag - + - type: AntiCringe + - type: entity parent: BaseFlag id: PirateFlag @@ -52,4 +54,4 @@ description: "Raise the jolly roger, scallywags!" components: - type: Sprite - state: pirate_flag \ No newline at end of file + state: pirate_flag