Skip to content

Commit

Permalink
Replace NoSpawn: true with HideSpawnMenu (space-wizards#31122)
Browse files Browse the repository at this point in the history
We don't do this anymore
  • Loading branch information
Plykiya authored Aug 19, 2024
1 parent ccef5e7 commit b81f099
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Alerts/alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

- type: entity
id: AlertSpriteView
categories: [ HideSpawnMenu ]
categories: [ HideSpawnMenu ]
components:
- type: Sprite
layers:
Expand Down
22 changes: 11 additions & 11 deletions Resources/Prototypes/Entities/Clothing/Head/hoods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@
- type: entity
parent: ClothingHeadHatHoodWinterBase
id: ClothingHeadHatHoodWinterColorBlack
noSpawn: true
categories: [ HideSpawnMenu ]
name: black winter coat hood
components:
- type: Sprite
Expand All @@ -549,7 +549,7 @@
- type: entity
parent: ClothingHeadHatHoodWinterBase
id: ClothingHeadHatHoodWinterColorPurple
noSpawn: true
categories: [ HideSpawnMenu ]
name: purple winter coat hood
components:
- type: Sprite
Expand All @@ -569,7 +569,7 @@
- type: entity
parent: ClothingHeadHatHoodWinterBase
id: ClothingHeadHatHoodWinterColorRed
noSpawn: true
categories: [ HideSpawnMenu ]
name: red winter coat hood
components:
- type: Sprite
Expand All @@ -589,7 +589,7 @@
- type: entity
parent: ClothingHeadHatHoodWinterBase
id: ClothingHeadHatHoodWinterColorBlue
noSpawn: true
categories: [ HideSpawnMenu ]
name: blue winter coat hood
components:
- type: Sprite
Expand All @@ -609,7 +609,7 @@
- type: entity
parent: ClothingHeadHatHoodWinterBase
id: ClothingHeadHatHoodWinterColorBrown
noSpawn: true
categories: [ HideSpawnMenu ]
name: brown winter coat hood
components:
- type: Sprite
Expand All @@ -629,7 +629,7 @@
- type: entity
parent: ClothingHeadHatHoodWinterBase
id: ClothingHeadHatHoodWinterColorGray
noSpawn: true
categories: [ HideSpawnMenu ]
name: gray winter coat hood
components:
- type: Sprite
Expand All @@ -649,7 +649,7 @@
- type: entity
parent: ClothingHeadHatHoodWinterBase
id: ClothingHeadHatHoodWinterColorGreen
noSpawn: true
categories: [ HideSpawnMenu ]
name: green winter coat hood
components:
- type: Sprite
Expand All @@ -669,7 +669,7 @@
- type: entity
parent: ClothingHeadHatHoodWinterBase
id: ClothingHeadHatHoodWinterColorLightBrown
noSpawn: true
categories: [ HideSpawnMenu ]
name: light brown winter coat hood
components:
- type: Sprite
Expand All @@ -689,7 +689,7 @@
- type: entity
parent: ClothingHeadHatHoodWinterBase
id: ClothingHeadHatHoodWinterColorOrange
noSpawn: true
categories: [ HideSpawnMenu ]
name: orange winter coat hood
components:
- type: Sprite
Expand All @@ -709,7 +709,7 @@
- type: entity
parent: ClothingHeadHatHoodWinterBase
id: ClothingHeadHatHoodWinterColorWhite
noSpawn: true
categories: [ HideSpawnMenu ]
name: white winter coat hood
components:
- type: Sprite
Expand All @@ -729,7 +729,7 @@
- type: entity
parent: ClothingHeadHatHoodWinterBase
id: ClothingHeadHatHoodWinterColorYellow
noSpawn: true
categories: [ HideSpawnMenu ]
name: yellow winter coat hood
components:
- type: Sprite
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

- type: entity
id: PelletShotgunSpread
noSpawn: true
categories: [ HideSpawnMenu ]
parent: PelletShotgun
components:
- type: ProjectileSpread
Expand All @@ -71,7 +71,7 @@

- type: entity
id: PelletShotgunIncendiarySpread
noSpawn: true
categories: [ HideSpawnMenu ]
parent: PelletShotgunIncendiary
components:
- type: ProjectileSpread
Expand All @@ -95,7 +95,7 @@

- type: entity
id: PelletShotgunPracticeSpread
noSpawn: true
categories: [ HideSpawnMenu ]
parent: PelletShotgunPractice
components:
- type: ProjectileSpread
Expand All @@ -120,7 +120,7 @@

- type: entity
id: PelletShotgunImprovisedSpread
noSpawn: true
categories: [ HideSpawnMenu ]
parent: PelletShotgunImprovised
components:
- type: ProjectileSpread
Expand Down Expand Up @@ -219,7 +219,7 @@

- type: entity
id: PelletShotgunUraniumSpread
noSpawn: true
categories: [ HideSpawnMenu ]
parent: PelletShotgunUranium
components:
- type: ProjectileSpread
Expand Down Expand Up @@ -247,7 +247,7 @@

- type: entity
id: PelletGrapeshotSpread
noSpawn: true
categories: [ HideSpawnMenu ]
parent: PelletGrapeshot
components:
- type: ProjectileSpread
Expand Down Expand Up @@ -278,7 +278,7 @@
- type: entity
id: PelletGlassSpread
parent: PelletGlass
noSpawn: true
categories: [ HideSpawnMenu ]
components:
- type: ProjectileSpread
proto: PelletGlass
Expand Down

0 comments on commit b81f099

Please sign in to comment.