diff --git a/code/modules/reagents/reagent_containers/pill.dm b/code/modules/reagents/reagent_containers/pill.dm index 706469f645b..c30ffd09f72 100644 --- a/code/modules/reagents/reagent_containers/pill.dm +++ b/code/modules/reagents/reagent_containers/pill.dm @@ -196,13 +196,13 @@ color = reagents.get_color() /obj/item/weapon/reagent_containers/pill/dexalin - name = "Dexalin (10u)" //VOREstation Edit + name = "Dexalin (7.5u)" //VOREstation Edit desc = "Used to treat oxygen deprivation." icon_state = "pill1" /obj/item/weapon/reagent_containers/pill/dexalin/Initialize() . = ..() - reagents.add_reagent("dexalin", 10) //VOREStation Edit + reagents.add_reagent("dexalin", 7.5) //VOREStation Edit color = reagents.get_color() /obj/item/weapon/reagent_containers/pill/dexalin_plus diff --git a/code/modules/reagents/reagent_containers/pill_vr.dm b/code/modules/reagents/reagent_containers/pill_vr.dm index 2fd339d5f96..13816d571aa 100644 --- a/code/modules/reagents/reagent_containers/pill_vr.dm +++ b/code/modules/reagents/reagent_containers/pill_vr.dm @@ -36,13 +36,13 @@ reagents.add_reagent("peridaxon", 10) /obj/item/weapon/reagent_containers/pill/carthatoline - name = "Carthatoline (10u)" + name = "Carthatoline (15u)" desc = "Carthatoline is strong evacuant used to treat severe poisoning." icon_state = "pill4" /obj/item/weapon/reagent_containers/pill/carthatoline/Initialize() ..() - reagents.add_reagent("carthatoline", 10) + reagents.add_reagent("carthatoline", 15) color = reagents.get_color() /obj/item/weapon/reagent_containers/pill/alkysine