From 50c66d8d7aa3b9ab46e398b2206d23be8e6356d8 Mon Sep 17 00:00:00 2001 From: V <97265903+formlessnameless@users.noreply.github.com> Date: Wed, 18 Sep 2024 00:50:02 -0500 Subject: [PATCH] Replaced noSpawn with HideSpawnMenu category for a bunch of stuff --- .../Goobstation/Heretic/Actions/Heretic/basic.yml | 6 +++--- .../Goobstation/Heretic/Actions/Heretic/path_ash.yml | 10 +++++----- .../Goobstation/Heretic/Actions/Heretic/path_void.yml | 6 +++--- .../Heretic/Entities/Mobs/NPC/heretic_specific.yml | 6 +++--- .../Objects/Weapons/Touchspell/mansus_grasp.yml | 2 +- .../Structures/Specific/Heretic/eldritch_influence.yml | 2 +- .../Structures/Specific/Heretic/ritual_rune.yml | 4 ++-- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Resources/Prototypes/Goobstation/Heretic/Actions/Heretic/basic.yml b/Resources/Prototypes/Goobstation/Heretic/Actions/Heretic/basic.yml index 67c2bb39568af1..a8f9967bc9b99b 100644 --- a/Resources/Prototypes/Goobstation/Heretic/Actions/Heretic/basic.yml +++ b/Resources/Prototypes/Goobstation/Heretic/Actions/Heretic/basic.yml @@ -3,7 +3,7 @@ id: ActionHereticOpenStore name: Open Knowledge Store description: Open the Knowledge Store. - noSpawn: true + categories: [ HideSpawnMenu ] components: - type: InstantAction itemIconStyle: NoItem @@ -18,7 +18,7 @@ id: ActionHereticMansusGrasp name: Mansus Grasp description: Channel the power of the Old Gods through your grip. - noSpawn: true + categories: [ HideSpawnMenu ] components: - type: InstantAction useDelay: 10 @@ -34,7 +34,7 @@ id: ActionHereticMansusLink name: Manse Link description: This spell allows you to pierce through reality and connect minds to one another via your Mansus Link. - noSpawn: true + categories: [ HideSpawnMenu ] components: - type: EntityTargetAction useDelay: 10 diff --git a/Resources/Prototypes/Goobstation/Heretic/Actions/Heretic/path_ash.yml b/Resources/Prototypes/Goobstation/Heretic/Actions/Heretic/path_ash.yml index 1f5b492e679992..7290d54b8f42df 100644 --- a/Resources/Prototypes/Goobstation/Heretic/Actions/Heretic/path_ash.yml +++ b/Resources/Prototypes/Goobstation/Heretic/Actions/Heretic/path_ash.yml @@ -2,7 +2,7 @@ id: ActionHereticJaunt name: Ashen Passage description: A short range spell that allows you to pass unimpeded through walls. - noSpawn: true + categories: [ HideSpawnMenu ] components: - type: InstantAction useDelay: 15 @@ -19,7 +19,7 @@ id: ActionHereticVolcanoBlast name: Volcanic Blast description: Charge up a blast of fire that chains between nearby targets, setting them ablaze. - noSpawn: true + categories: [ HideSpawnMenu ] components: - type: InstantAction useDelay: 10 @@ -36,7 +36,7 @@ id: ActionHereticNightwatcherRebirth name: Nightwatcher's Rebirth description: A spell that extinguishes you and drains nearby heathens engulfed in flames of their life force. - noSpawn: true + categories: [ HideSpawnMenu ] components: - type: InstantAction useDelay: 15 @@ -53,7 +53,7 @@ id: ActionHereticAscension1 name: Oath of Flame description: For a minute, you will passively create a ring of fire around you. - noSpawn: true + categories: [ HideSpawnMenu ] components: - type: InstantAction useDelay: 90 @@ -70,7 +70,7 @@ id: ActionHereticAscension2 name: Fire Cascade description: Heats the air around you. - noSpawn: true + categories: [ HideSpawnMenu ] components: - type: InstantAction useDelay: 30 diff --git a/Resources/Prototypes/Goobstation/Heretic/Actions/Heretic/path_void.yml b/Resources/Prototypes/Goobstation/Heretic/Actions/Heretic/path_void.yml index f750351169b15b..ec643739001230 100644 --- a/Resources/Prototypes/Goobstation/Heretic/Actions/Heretic/path_void.yml +++ b/Resources/Prototypes/Goobstation/Heretic/Actions/Heretic/path_void.yml @@ -2,7 +2,7 @@ id: ActionHereticVoidBlast name: Void Blast description: Fire off a cone of ice in front of you. - noSpawn: true + categories: [ HideSpawnMenu ] components: - type: InstantAction useDelay: 15 @@ -19,7 +19,7 @@ id: ActionHereticVoidPhase name: Void Phase description: Shift through the void, knocking down everyone around you. - noSpawn: true + categories: [ HideSpawnMenu ] components: - type: WorldTargetAction useDelay: 15 @@ -38,7 +38,7 @@ id: ActionHereticVoidPull name: Void Pull description: Pull and damage nearby heathens. - noSpawn: true + categories: [ HideSpawnMenu ] components: - type: InstantAction useDelay: 20 diff --git a/Resources/Prototypes/Goobstation/Heretic/Entities/Mobs/NPC/heretic_specific.yml b/Resources/Prototypes/Goobstation/Heretic/Entities/Mobs/NPC/heretic_specific.yml index a6f9f4054e5037..d7ad4f6a947839 100644 --- a/Resources/Prototypes/Goobstation/Heretic/Entities/Mobs/NPC/heretic_specific.yml +++ b/Resources/Prototypes/Goobstation/Heretic/Entities/Mobs/NPC/heretic_specific.yml @@ -2,7 +2,7 @@ id: PolymorphAshJauntAnimation name: ashen thing description: you're not really supposed to read this - noSpawn: true + categories: [ HideSpawnMenu ] components: - type: Sprite drawdepth: WallMountedItems @@ -16,7 +16,7 @@ id: PolymorphAshJauntEndAnimation name: ashen thing description: you're not really supposed to read this - noSpawn: true + categories: [ HideSpawnMenu ] components: - type: Sprite drawdepth: WallMountedItems @@ -30,7 +30,7 @@ id: PolymorphAshJaunt name: ashen thing description: again you're not supposed to read this - noSpawn: true + categories: [ HideSpawnMenu ] components: - type: MindContainer - type: InputMover diff --git a/Resources/Prototypes/Goobstation/Heretic/Entities/Objects/Weapons/Touchspell/mansus_grasp.yml b/Resources/Prototypes/Goobstation/Heretic/Entities/Objects/Weapons/Touchspell/mansus_grasp.yml index 9fae27b9b71cd3..21bacc226114b7 100644 --- a/Resources/Prototypes/Goobstation/Heretic/Entities/Objects/Weapons/Touchspell/mansus_grasp.yml +++ b/Resources/Prototypes/Goobstation/Heretic/Entities/Objects/Weapons/Touchspell/mansus_grasp.yml @@ -2,7 +2,7 @@ id: TouchSpellMansus name: mansus grasp description: The power of the Old Gods, channeled through your grip. - noSpawn: true + categories: [ HideSpawnMenu ] components: - type: Unremoveable - type: Item diff --git a/Resources/Prototypes/Goobstation/Heretic/Entities/Structures/Specific/Heretic/eldritch_influence.yml b/Resources/Prototypes/Goobstation/Heretic/Entities/Structures/Specific/Heretic/eldritch_influence.yml index 953a312c36b89a..62cd0cbb29ed0d 100644 --- a/Resources/Prototypes/Goobstation/Heretic/Entities/Structures/Specific/Heretic/eldritch_influence.yml +++ b/Resources/Prototypes/Goobstation/Heretic/Entities/Structures/Specific/Heretic/eldritch_influence.yml @@ -16,7 +16,7 @@ - type: entity id: EldritchInfluenceIntermediate - noSpawn: true + categories: [ HideSpawnMenu ] components: - type: TimedDespawn lifetime: 30 diff --git a/Resources/Prototypes/Goobstation/Heretic/Entities/Structures/Specific/Heretic/ritual_rune.yml b/Resources/Prototypes/Goobstation/Heretic/Entities/Structures/Specific/Heretic/ritual_rune.yml index 4406921ff5ffe1..ad9080bbd2999c 100644 --- a/Resources/Prototypes/Goobstation/Heretic/Entities/Structures/Specific/Heretic/ritual_rune.yml +++ b/Resources/Prototypes/Goobstation/Heretic/Entities/Structures/Specific/Heretic/ritual_rune.yml @@ -16,7 +16,7 @@ id: HereticRuneRitualDrawAnimation name: unfinished transmutation rune description: An unfinished ancient drawing used by sinister individuals for sacrifices. - noSpawn: true + categories: [ HideSpawnMenu ] placement: mode: SnapgridCenter components: @@ -31,7 +31,7 @@ description: you shouldn't be seeing this description placement: mode: SnapgridCenter - noSpawn: true + categories: [ HideSpawnMenu ] components: - type: TimedDespawn lifetime: 1