diff --git a/Resources/Prototypes/Catalog/Fills/Items/firstaidkits.yml b/Resources/Prototypes/Catalog/Fills/Items/firstaidkits.yml index b25d8f5589..1259874be7 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/firstaidkits.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/firstaidkits.yml @@ -26,7 +26,7 @@ - id: SyringeInaprovaline - id: Ointment amount: 4 - - id: PillKelotane + - id: PillDermaline amount: 5 - type: entity diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml index bb58661ec4..cd80727064 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml @@ -169,7 +169,7 @@ # Pills - type: entity - name: dexalin pill + name: dexalin pill (10u) parent: Pill id: PillDexalin components: @@ -182,7 +182,7 @@ Quantity: 10 - type: entity - name: dylovene pill + name: dylovene pill (10u) parent: Pill id: PillDylovene components: @@ -195,7 +195,7 @@ Quantity: 10 - type: entity - name: hyronalin pill + name: hyronalin pill (10u) parent: Pill id: PillHyronalin components: @@ -208,7 +208,7 @@ Quantity: 10 - type: entity - name: iron pill + name: iron pill (10u) parent: Pill id: PillIron components: @@ -221,7 +221,7 @@ Quantity: 10 - type: entity - name: kelotane pill + name: kelotane pill (10u) parent: Pill id: PillKelotane components: @@ -233,6 +233,19 @@ - ReagentId: Kelotane Quantity: 10 +- type: entity + name: dermaline pill (10u) + parent: Pill + id: PillDermaline + components: + - type: SolutionContainerManager + solutions: + food: + maxVol: 20 + reagents: + - ReagentId: Dermaline + Quantity: 10 + - type: entity name: space drugs parent: Pill @@ -247,7 +260,7 @@ Quantity: 15 - type: entity - name: tricordrazine pill + name: tricordrazine pill (10u) parent: Pill id: PillTricordrazine components: diff --git a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml index cea368e988..ed24f80e6a 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/chemistry.yml @@ -100,6 +100,20 @@ - type: StaticPrice price: 10 +- type: entity + name: cryoxadone beaker + description: Filled with a reagent used in cryogenic tubes. + parent: Beaker + id: CryoxadoneBeakerSmall + components: + - type: SolutionContainerManager + solutions: + beaker: + maxVol: 50 + reagents: + - ReagentId: Cryoxadone + Quantity: 50 + - type: entity name: large beaker parent: BaseBeaker