mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Last Second Changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user