diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index cf83339dae7..46875a98009 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -6615,5 +6615,8 @@ Entries: message: >- You can now find bluespace crystals on asteroids, you will need them to craft all bluespace tools now. + - type: Remove + message: >- + Whole artifacts no longer randomly spawn on asteroids, only wrecks. id: 5240 time: '2024-09-06T18:48:17.0000000+00:00' diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index dccb5b08e75..33b51d03e17 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -1455,8 +1455,7 @@ - FauxTileAstroIce # Frontier - type: EmagLatheRecipes # Frontier emagStaticRecipes: # Frontier - - SheetMeat # Frontier - - MaterialSheetMeat # Frontier + - FloorTileItemFlesh # Frontier - type: MaterialStorage whitelist: tags: diff --git a/Resources/Prototypes/_NF/Recipes/Lathes/floortiles.yml b/Resources/Prototypes/_NF/Recipes/Lathes/floortiles.yml index 5d99c75895c..857108e3bd5 100644 --- a/Resources/Prototypes/_NF/Recipes/Lathes/floortiles.yml +++ b/Resources/Prototypes/_NF/Recipes/Lathes/floortiles.yml @@ -269,3 +269,11 @@ completetime: 1 materials: Cloth: 100 + +- type: latheRecipe + id: FloorTileItemFlesh + result: FloorTileItemFlesh + applyMaterialDiscount: false + completetime: 1 + materials: + Meaterial: 100