Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make flare recipe roundstart instead of blueprint #32303

Merged
merged 2 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@
id: SalvageEquipmentRare
table: !type:GroupSelector
children:
- id: BlueprintFlare
- id: FultonBeacon
- id: Fulton
amount: !type:RangeNumberSelector
Expand Down
10 changes: 0 additions & 10 deletions Resources/Prototypes/Entities/Objects/Tools/blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
- ClothingHeadHatWelding
- WetFloorSign
- ClothingHeadHatCone

- Flare
- type: EmagLatheRecipes
emagStaticRecipes:
- BoxLethalshot
Expand Down
3 changes: 3 additions & 0 deletions Resources/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,3 +434,6 @@ OverlordCircuitBoard: null

# 2024-09-08
HatBase: null

# 2024-09-19
BlueprintFlare: null
Loading