Skip to content

Commit

Permalink
Use categories for hide spawn menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Morb0 committed Sep 19, 2024
1 parent 71c08d6 commit 768b5e9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Resources/Prototypes/Corvax/Body/Organs/vulpkanin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: entity
id: OrganVulpkaninStomach
parent: OrganAnimalStomach
noSpawn: true
categories: [ HideSpawnMenu ]
components:
- type: Stomach
- type: SolutionContainerManager
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: entity
parent: ClothingHeadHardsuitWithLightBase
id: ClothingHeadHelmetCBURNLeader
noSpawn: true
categories: [ HideSpawnMenu ]
name: cburn commander helmet
description: A pressure resistant and fireproof hood worn by special cleanup units.
components:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: entity
id: FrameStationRandomSpawner
parent: MarkerBase
noSpawn: true # Used only for CorvaxFrame
categories: [ HideSpawnMenu, Spawner ] # Used only for CorvaxFrame
components:
- type: RandomSpawner
rarePrototypes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
name: Urist McHands
parent: MobHumanDummy
id: MobVulpkaninDummy
noSpawn: true
categories: [ HideSpawnMenu ]
description: A dummy vulpkanin meant to be used in character setup.
components:
- type: HumanoidAppearance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- BaseStationSiliconLawCrewsimov
- BaseStationAllEventsEligible
- BaseStationNanotrasen
noSpawn: true
categories: [ HideSpawnMenu ]
components:
- type: Transform
- type: GridSpawn
Expand Down
4 changes: 1 addition & 3 deletions Resources/Prototypes/Corvax/Objectives/traitorObjectives.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
- type: entity
noSpawn: true
parent: [BaseTraitorObjective, BaseLivingObjective]
id: HijackShuttleObjective
name: Hijack emergency shuttle
Expand All @@ -13,7 +12,6 @@
- type: HijackShuttleCondition

- type: entity
noSpawn: true
parent: BaseCaptainObjective
id: NukeDiskStealObjective
components:
Expand All @@ -36,4 +34,4 @@
- type: NotCommandRequirement
- type: StealCondition
stealGroup: NukeDisk
owner: objective-condition-steal-station
owner: objective-condition-steal-station
3 changes: 1 addition & 2 deletions Resources/Prototypes/Objectives/traitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@

# Corvax-MRP-Start: Make nuke disk objective separate
# - type: entity
# noSpawn: true
# parent: BaseCaptainObjective
# id: NukeDiskStealObjective
# components:
Expand All @@ -295,4 +294,4 @@
# - type: StealCondition
# stealGroup: NukeDisk
# owner: objective-condition-steal-station
# Corvax-MRP-End
# Corvax-MRP-End

0 comments on commit 768b5e9

Please sign in to comment.