23 lines
645 B
XML
23 lines
645 B
XML
<Document>
|
|
# Medical
|
|
This is the department where people go to when they're hurt, it's up to the folks working here to fix them.
|
|
|
|
Right now, medbay is divided into two different sets of care:
|
|
|
|
## Medical Treatment
|
|
<Box>
|
|
<GuideEntityEmbed Entity="Brutepack"/>
|
|
<GuideEntityEmbed Entity="Bloodpack"/>
|
|
<GuideEntityEmbed Entity="Ointment"/>
|
|
<GuideEntityEmbed Entity="Gauze"/>
|
|
<GuideEntityEmbed Entity="HandheldHealthAnalyzer"/>
|
|
</Box>
|
|
## Chemical Production
|
|
<Box>
|
|
<GuideEntityEmbed Entity="ChemDispenser"/>
|
|
<GuideEntityEmbed Entity="LargeBeaker"/>
|
|
<GuideEntityEmbed Entity="PillCanister"/>
|
|
<GuideEntityEmbed Entity="chem_master"/>
|
|
</Box>
|
|
</Document>
|