From 9b9853439c28e466bee4ee595fab4427938bc14b Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:45:03 +0000 Subject: [PATCH] make flare recipe roundstart instead of blueprint (#32303) * make flare recipe roundstart instead of blueprint * migrate it --------- Co-authored-by: deltanedas <@deltanedas:kde.org> --- .../Markers/Spawners/Random/Salvage/tables_loot.yml | 1 - .../Prototypes/Entities/Objects/Tools/blueprint.yml | 10 ---------- .../Prototypes/Entities/Structures/Machines/lathe.yml | 2 +- Resources/migration.yml | 3 +++ 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/tables_loot.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/tables_loot.yml index 552b8aae0d..b74a80c39d 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/tables_loot.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/Salvage/tables_loot.yml @@ -217,7 +217,6 @@ id: SalvageEquipmentRare table: !type:GroupSelector children: - - id: BlueprintFlare - id: FultonBeacon - id: Fulton amount: !type:RangeNumberSelector diff --git a/Resources/Prototypes/Entities/Objects/Tools/blueprint.yml b/Resources/Prototypes/Entities/Objects/Tools/blueprint.yml index ba26baf362..43cbdc2431 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/blueprint.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/blueprint.yml @@ -37,13 +37,3 @@ - type: Blueprint providedRecipes: - SeismicCharge - -- type: entity - parent: BaseBlueprint - id: BlueprintFlare - name: flare blueprint - description: A blueprint with a schematic of a flare. It can be inserted into an autolathe. - components: - - type: Blueprint - providedRecipes: - - Flare diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index a905bc73da..538da8d93e 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -198,7 +198,7 @@ - ClothingHeadHatWelding - WetFloorSign - ClothingHeadHatCone - + - Flare - type: EmagLatheRecipes emagStaticRecipes: - BoxLethalshot diff --git a/Resources/migration.yml b/Resources/migration.yml index 6ef05275b5..352c9a4454 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -434,3 +434,6 @@ OverlordCircuitBoard: null # 2024-09-08 HatBase: null + +# 2024-09-19 +BlueprintFlare: null -- 2.52.0