Skip to content

Commit

Permalink
Medical techfab vial and small energy cell (#1925)
Browse files Browse the repository at this point in the history
* Adds vial and the small energy cell to the medical techfab.

There is no current way that I know of to create a vial in Frontier. This adds a simple recipe to the medical techfab allowing for their creation.

This also adds the small energy cell to the medical techfab. Given that this machine is capable of producing tools that require an energy cell it seems reasonable to allow for it to produce the minimum baseline power source for their operation.

* Revert "Adds vial and the small energy cell to the medical techfab."

This reverts commit 3651c19.

* Reapply "Adds vial and the small energy cell to the medical techfab."

This reverts commit 5ff835e.
  • Loading branch information
dustylens authored Sep 4, 2024
1 parent 6eb1e37 commit caed994
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,9 @@
- ClothingOuterEVASuitMedic # Frontier
- ClothingOuterSuitEmergency # Frontier
- ClothingOuterHardsuitVoidParamed # Frontier
- BaseChemistryEmptyVial # Frontier
- PowerCellSmall # Frontier

dynamicRecipes:
- ChemicalPayload
- CryostasisBeaker
Expand All @@ -1019,7 +1022,7 @@
- SyringeCryostasis
- ClothingOuterHardsuitMedical # Frontier
- OintmentAdvancedNF # Frontier
- BrutepackAdvancedNF # Frontier
- BrutepackAdvancedNF # Frontier
- type: Machine
board: MedicalTechFabCircuitboard
- type: StealTarget
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/_NF/Recipes/Lathes/chemistry.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- type: latheRecipe
id: BaseChemistryEmptyVial
result: BaseChemistryEmptyVial
completetime: 2
materials:
Glass: 50

0 comments on commit caed994

Please sign in to comment.