From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:45:03 +0000 (+0000) Subject: make flare recipe roundstart instead of blueprint (#32303) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=9b9853439c28e466bee4ee595fab4427938bc14b;p=space-station-14.git make flare recipe roundstart instead of blueprint (#32303) * make flare recipe roundstart instead of blueprint * migrate it --------- Co-authored-by: deltanedas <@deltanedas:kde.org> --- 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