diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml index 8cfd7241fb..451e26cc0e 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml @@ -43,6 +43,14 @@ - type: StackPrice price: 10 +- type: entity + id: Ointment1 + parent: Ointment + components: + - type: Stack + stackType: Ointment + count: 1 + - type: entity name: bruise pack description: A therapeutic gel pack and bandages designed to treat blunt-force trauma. @@ -69,6 +77,14 @@ - type: StackPrice price: 10 +- type: entity + id: Brutepack1 + parent: Brutepack + components: + - type: Stack + stackType: Brutepack + count: 1 + - type: entity name: blood pack description: Contains a groundbreaking universal blood replacement created by Nanotrasen's advanced medical science. diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 9f3dc0fc6b..627f4a9261 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -484,6 +484,8 @@ idleState: icon runningState: icon staticRecipes: + - Brutepack + - Ointment - HandLabeler - Defibrillator - HandheldHealthAnalyzer diff --git a/Resources/Prototypes/Recipes/Lathes/medical.yml b/Resources/Prototypes/Recipes/Lathes/medical.yml index 8336260033..69e9b2d093 100644 --- a/Resources/Prototypes/Recipes/Lathes/medical.yml +++ b/Resources/Prototypes/Recipes/Lathes/medical.yml @@ -48,6 +48,22 @@ materials: Plastic: 300 +- type: latheRecipe + id: Brutepack + result: Brutepack1 + completetime: 1 + materials: + Steel: 25 + Plastic: 25 + +- type: latheRecipe + id: Ointment + result: Ointment1 + completetime: 1 + materials: + Glass: 25 + Plastic: 25 + - type: latheRecipe id: HandheldCrewMonitor result: HandheldCrewMonitorEmpty @@ -180,4 +196,4 @@ name: hand labeler completetime: 2 materials: - Plastic: 100 \ No newline at end of file + Plastic: 100