Last Second Changes

This commit is contained in:
Unknown
2020-04-26 13:39:45 -04:00
parent a6deb3078d
commit 63e368cc93
2 changed files with 4 additions and 4 deletions
@@ -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
@@ -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