Swaps out Medbay Dermaline pills for Kelotane pills, adds basic Dexalin pill bottles. (#18851)

- "Replaces the Dermaline pill bottles in Medbay's Medication Closets
with Kelotane pill bottles. This brings it into line with the existing
Bicaridine pill bottles."
- "Adds two pill bottles of basic Dexalin to the Medbay Stabilization
Kits."

Medbay has had Dermaline and Bicaridine pills in the Medication Closets
since back on the Aurora, before the addition of Butazoline. With
Butazoline existing now, it seems reasonable to downgrade the roundstart
Dermaline pills to Kelotane.

Additionally, regular Dexalin somehow feels more scarce than Dexalin
Plus, so I've added a pill bottle preset for regular Dexalin and put
them in the Stabilization Kits.
This commit is contained in:
Joshie
2024-04-08 12:15:37 +00:00
committed by GitHub
parent cf56d5e346
commit 2e9c2857ff
3 changed files with 57 additions and 8 deletions
@@ -45,6 +45,11 @@
desc = "Contains pills used to treat minor injuries and bleeding."
starts_with = list(/obj/item/reagent_containers/pill/bicaridine = 7)
/obj/item/storage/pill_bottle/dexalin
name = "bottle of 15u Dexalin pills"
desc = "Contains pills used to treat minor cases of oxygen deprivation."
starts_with = list(/obj/item/reagent_containers/pill/dexalin = 7)
/obj/item/storage/pill_bottle/dexalin_plus
name = "bottle of 15u Dexalin Plus pills"
desc = "Contains pills used to treat extreme cases of oxygen deprivation."