From b81f099d7c0f2e9bbe854bd629f263ad9e564e6b Mon Sep 17 00:00:00 2001 From: Plykiya <58439124+Plykiya@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:35:02 -0700 Subject: [PATCH] Replace NoSpawn: true with HideSpawnMenu (#31122) We don't do this anymore --- Resources/Prototypes/Alerts/alerts.yml | 2 +- .../Entities/Clothing/Head/hoods.yml | 22 +++++++++---------- .../Guns/Ammunition/Projectiles/shotgun.yml | 14 ++++++------ 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Resources/Prototypes/Alerts/alerts.yml b/Resources/Prototypes/Alerts/alerts.yml index ff66f2586b..4ee4fdce0c 100644 --- a/Resources/Prototypes/Alerts/alerts.yml +++ b/Resources/Prototypes/Alerts/alerts.yml @@ -27,7 +27,7 @@ - type: entity id: AlertSpriteView - categories: [ HideSpawnMenu ] + categories: [ HideSpawnMenu ] components: - type: Sprite layers: diff --git a/Resources/Prototypes/Entities/Clothing/Head/hoods.yml b/Resources/Prototypes/Entities/Clothing/Head/hoods.yml index c9e19cb31b..96c4197bdc 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hoods.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hoods.yml @@ -529,7 +529,7 @@ - type: entity parent: ClothingHeadHatHoodWinterBase id: ClothingHeadHatHoodWinterColorBlack - noSpawn: true + categories: [ HideSpawnMenu ] name: black winter coat hood components: - type: Sprite @@ -549,7 +549,7 @@ - type: entity parent: ClothingHeadHatHoodWinterBase id: ClothingHeadHatHoodWinterColorPurple - noSpawn: true + categories: [ HideSpawnMenu ] name: purple winter coat hood components: - type: Sprite @@ -569,7 +569,7 @@ - type: entity parent: ClothingHeadHatHoodWinterBase id: ClothingHeadHatHoodWinterColorRed - noSpawn: true + categories: [ HideSpawnMenu ] name: red winter coat hood components: - type: Sprite @@ -589,7 +589,7 @@ - type: entity parent: ClothingHeadHatHoodWinterBase id: ClothingHeadHatHoodWinterColorBlue - noSpawn: true + categories: [ HideSpawnMenu ] name: blue winter coat hood components: - type: Sprite @@ -609,7 +609,7 @@ - type: entity parent: ClothingHeadHatHoodWinterBase id: ClothingHeadHatHoodWinterColorBrown - noSpawn: true + categories: [ HideSpawnMenu ] name: brown winter coat hood components: - type: Sprite @@ -629,7 +629,7 @@ - type: entity parent: ClothingHeadHatHoodWinterBase id: ClothingHeadHatHoodWinterColorGray - noSpawn: true + categories: [ HideSpawnMenu ] name: gray winter coat hood components: - type: Sprite @@ -649,7 +649,7 @@ - type: entity parent: ClothingHeadHatHoodWinterBase id: ClothingHeadHatHoodWinterColorGreen - noSpawn: true + categories: [ HideSpawnMenu ] name: green winter coat hood components: - type: Sprite @@ -669,7 +669,7 @@ - type: entity parent: ClothingHeadHatHoodWinterBase id: ClothingHeadHatHoodWinterColorLightBrown - noSpawn: true + categories: [ HideSpawnMenu ] name: light brown winter coat hood components: - type: Sprite @@ -689,7 +689,7 @@ - type: entity parent: ClothingHeadHatHoodWinterBase id: ClothingHeadHatHoodWinterColorOrange - noSpawn: true + categories: [ HideSpawnMenu ] name: orange winter coat hood components: - type: Sprite @@ -709,7 +709,7 @@ - type: entity parent: ClothingHeadHatHoodWinterBase id: ClothingHeadHatHoodWinterColorWhite - noSpawn: true + categories: [ HideSpawnMenu ] name: white winter coat hood components: - type: Sprite @@ -729,7 +729,7 @@ - type: entity parent: ClothingHeadHatHoodWinterBase id: ClothingHeadHatHoodWinterColorYellow - noSpawn: true + categories: [ HideSpawnMenu ] name: yellow winter coat hood components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml index ce79b6f417..d8c465cf9e 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Projectiles/shotgun.yml @@ -44,7 +44,7 @@ - type: entity id: PelletShotgunSpread - noSpawn: true + categories: [ HideSpawnMenu ] parent: PelletShotgun components: - type: ProjectileSpread @@ -71,7 +71,7 @@ - type: entity id: PelletShotgunIncendiarySpread - noSpawn: true + categories: [ HideSpawnMenu ] parent: PelletShotgunIncendiary components: - type: ProjectileSpread @@ -95,7 +95,7 @@ - type: entity id: PelletShotgunPracticeSpread - noSpawn: true + categories: [ HideSpawnMenu ] parent: PelletShotgunPractice components: - type: ProjectileSpread @@ -120,7 +120,7 @@ - type: entity id: PelletShotgunImprovisedSpread - noSpawn: true + categories: [ HideSpawnMenu ] parent: PelletShotgunImprovised components: - type: ProjectileSpread @@ -219,7 +219,7 @@ - type: entity id: PelletShotgunUraniumSpread - noSpawn: true + categories: [ HideSpawnMenu ] parent: PelletShotgunUranium components: - type: ProjectileSpread @@ -247,7 +247,7 @@ - type: entity id: PelletGrapeshotSpread - noSpawn: true + categories: [ HideSpawnMenu ] parent: PelletGrapeshot components: - type: ProjectileSpread @@ -278,7 +278,7 @@ - type: entity id: PelletGlassSpread parent: PelletGlass - noSpawn: true + categories: [ HideSpawnMenu ] components: - type: ProjectileSpread proto: PelletGlass -- 2.51.2