diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 37932f87ca..e492c08b5d 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -114,6 +114,10 @@ - FoodPlateSmallPlastic - SprayBottle - PowerCellSmall + - VehicleWheelchairFolded + - RollerBedSpawnFolded + - CheapRollerBedSpawnFolded + - EmergencyRollerBedSpawnFolded - MicroManipulatorStockPart - MatterBinStockPart - CapacitorStockPart @@ -664,6 +668,10 @@ - PillCanister - BodyBag - ChemistryEmptyBottle01 + - VehicleWheelchairFolded + - RollerBedSpawnFolded + - CheapRollerBedSpawnFolded + - EmergencyRollerBedSpawnFolded - Medkit - MedkitBurn - MedkitToxin diff --git a/Resources/Prototypes/Recipes/Lathes/medical.yml b/Resources/Prototypes/Recipes/Lathes/medical.yml index 1de2e7290c..c09b4bbd3e 100644 --- a/Resources/Prototypes/Recipes/Lathes/medical.yml +++ b/Resources/Prototypes/Recipes/Lathes/medical.yml @@ -203,3 +203,36 @@ completetime: 4 materials: Plastic: 400 + +- type: latheRecipe + id: VehicleWheelchairFolded + result: VehicleWheelchairFolded + completetime: 1 + materials: + Steel: 500 + Plastic: 300 + +- type: latheRecipe + id: RollerBedSpawnFolded + result: RollerBedSpawnFolded + completetime: 1 + materials: + Steel: 600 + Plastic: 300 + +- type: latheRecipe + id: CheapRollerBedSpawnFolded + result: CheapRollerBedSpawnFolded + completetime: 1 + materials: + Steel: 600 + Plastic: 300 + +- type: latheRecipe + id: EmergencyRollerBedSpawnFolded + result: EmergencyRollerBedSpawnFolded + completetime: 1 + materials: + Steel: 600 + Plastic: 300 +