From ddf2a71cd0063b8fdd80c0e99b77ec11f139d017 Mon Sep 17 00:00:00 2001 From: Stop-Signs Date: Sun, 1 Dec 2024 16:29:12 -0600 Subject: [PATCH] Fix failcheck --- .../Prototypes/DeltaV/Catalog/Fills/Lockers/security.yml | 1 - .../DeltaV/Entities/Markers/Spawners/Random/safes.yml | 9 ++++----- .../DeltaV/Entities/Markers/Spawners/Random/security.yml | 3 ++- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/security.yml b/Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/security.yml index 3a3a079829a..38d3d300768 100644 --- a/Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/security.yml +++ b/Resources/Prototypes/DeltaV/Catalog/Fills/Lockers/security.yml @@ -87,7 +87,6 @@ contents: - id: WeaponLauncherRocket - id: CartridgeRocket - prob: 0.2 - type: entity parent: GunSafe diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/safes.yml b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/safes.yml index c714952fb2f..2214c00fec1 100644 --- a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/safes.yml +++ b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/safes.yml @@ -59,8 +59,7 @@ id: SuperweaponSafeSpawner suffix: Superweapon components: - - type: EntityTableSpawner - table: !type:GroupSelector - children: - - id: GunSafeRocketLauncher - - id: GunSafeBeamDevastator + - type: RandomSpawner + prototypes: + - GunSafeBeamDevastator + - GunSafeRocketLauncher diff --git a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/security.yml b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/security.yml index 352a6dffeed..2fda11f0e54 100644 --- a/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/security.yml +++ b/Resources/Prototypes/DeltaV/Entities/Markers/Spawners/Random/security.yml @@ -17,4 +17,5 @@ children: - id: WeaponLauncherRocket - id: CartridgeRocket - - id: WeaponBeamDevastator + prob: 0.2 + - id: WeaponBeamDevastator \ No newline at end of file