mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user