mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 22:57:39 +01:00
Adjusts Vorestation pills and pillbottles
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/obj/item/weapon/reagent_containers/pill/nutriment
|
||||
name = "Nutriment pill"
|
||||
desc = "Used to feed people on the field. Contains 30 units of Nutriment."
|
||||
icon_state = "pill6"
|
||||
icon_state = "pill10"
|
||||
|
||||
/obj/item/weapon/reagent_containers/pill/nutriment/Initialize()
|
||||
..()
|
||||
@@ -10,7 +10,7 @@
|
||||
/obj/item/weapon/reagent_containers/pill/protein
|
||||
name = "Meat pill"
|
||||
desc = "Used to feed carnivores on the field. Contains 30 units of Protein."
|
||||
icon_state = "pill20"
|
||||
icon_state = "pill24"
|
||||
|
||||
/obj/item/weapon/reagent_containers/pill/protein/Initialize()
|
||||
..()
|
||||
@@ -19,11 +19,12 @@
|
||||
/obj/item/weapon/reagent_containers/pill/rezadone
|
||||
name = "Rezadone pill"
|
||||
desc = "A powder with almost magical properties, this substance can effectively treat genetic damage in humanoids, though excessive consumption has side effects."
|
||||
icon_state = "pill13"
|
||||
icon_state = "pill2"
|
||||
|
||||
/obj/item/weapon/reagent_containers/pill/rezadone/Initialize()
|
||||
..()
|
||||
reagents.add_reagent("rezadone", 5)
|
||||
color = reagents.get_color()
|
||||
|
||||
/obj/item/weapon/reagent_containers/pill/peridaxon
|
||||
name = "Peridaxon pill"
|
||||
@@ -37,38 +38,42 @@
|
||||
/obj/item/weapon/reagent_containers/pill/carthatoline
|
||||
name = "Carthatoline pill"
|
||||
desc = "Carthatoline is strong evacuant used to treat severe poisoning."
|
||||
icon_state = "pill17"
|
||||
icon_state = "pill4"
|
||||
|
||||
/obj/item/weapon/reagent_containers/pill/carthatoline/Initialize()
|
||||
..()
|
||||
reagents.add_reagent("carthatoline", 10)
|
||||
color = reagents.get_color()
|
||||
|
||||
/obj/item/weapon/reagent_containers/pill/alkysine
|
||||
name = "Alkysine pill"
|
||||
desc = "Alkysine is a drug used to lessen the damage to neurological tissue after a catastrophic injury. Can heal brain tissue."
|
||||
icon_state = "pill7"
|
||||
icon_state = "pill3"
|
||||
|
||||
/obj/item/weapon/reagent_containers/pill/alkysine/Initialize()
|
||||
..()
|
||||
reagents.add_reagent("alkysine", 10)
|
||||
color = reagents.get_color()
|
||||
|
||||
/obj/item/weapon/reagent_containers/pill/imidazoline
|
||||
name = "Imidazoline pill"
|
||||
desc = "Heals eye damage."
|
||||
icon_state = "pill9"
|
||||
icon_state = "pill3"
|
||||
|
||||
/obj/item/weapon/reagent_containers/pill/imidazoline/Initialize()
|
||||
..()
|
||||
reagents.add_reagent("imidazoline", 15)
|
||||
color = reagents.get_color()
|
||||
|
||||
/obj/item/weapon/reagent_containers/pill/osteodaxon
|
||||
name = "Osteodaxon pill"
|
||||
desc = "An experimental drug used to heal bone fractures."
|
||||
icon_state = "pill19"
|
||||
icon_state = "pill2"
|
||||
|
||||
/obj/item/weapon/reagent_containers/pill/osteodaxon/Initialize()
|
||||
..()
|
||||
reagents.add_reagent("osteodaxon", 10)
|
||||
color = reagents.get_color()
|
||||
|
||||
/obj/item/weapon/reagent_containers/pill/myelamine
|
||||
name = "Myelamine pill"
|
||||
@@ -78,15 +83,17 @@
|
||||
/obj/item/weapon/reagent_containers/pill/myelamine/Initialize()
|
||||
..()
|
||||
reagents.add_reagent("myelamine", 10)
|
||||
color = reagents.get_color()
|
||||
|
||||
/obj/item/weapon/reagent_containers/pill/hyronalin
|
||||
name = "Hyronalin pill"
|
||||
desc = "Hyronalin is a medicinal drug used to counter the effect of radiation poisoning."
|
||||
icon_state = "pill17"
|
||||
icon_state = "pill4"
|
||||
|
||||
/obj/item/weapon/reagent_containers/pill/hyronalin/Initialize()
|
||||
..()
|
||||
reagents.add_reagent("hyronalin", 15)
|
||||
color = reagents.get_color()
|
||||
|
||||
/obj/item/weapon/reagent_containers/pill/arithrazine
|
||||
name = "Arithrazine pill"
|
||||
@@ -96,21 +103,24 @@
|
||||
/obj/item/weapon/reagent_containers/pill/arithrazine/Initialize()
|
||||
..()
|
||||
reagents.add_reagent("arithrazine", 5)
|
||||
color = reagents.get_color()
|
||||
|
||||
/obj/item/weapon/reagent_containers/pill/corophizine
|
||||
name = "Corophizine pill"
|
||||
desc = "A wide-spectrum antibiotic drug. Powerful and uncomfortable in equal doses."
|
||||
icon_state = "pill9"
|
||||
icon_state = "pill2"
|
||||
|
||||
/obj/item/weapon/reagent_containers/pill/corophizine/Initialize()
|
||||
..()
|
||||
reagents.add_reagent("corophizine", 5)
|
||||
color = reagents.get_color()
|
||||
|
||||
/obj/item/weapon/reagent_containers/pill/healing_nanites
|
||||
name = "Healing nanites capsule"
|
||||
desc = "Miniature medical robots that swiftly restore bodily damage."
|
||||
icon_state = "pill5"
|
||||
icon_state = "pill1"
|
||||
|
||||
/obj/item/weapon/reagent_containers/pill/healing_nanites/Initialize()
|
||||
..()
|
||||
reagents.add_reagent("healing_nanites", 30)
|
||||
color = reagents.get_color()
|
||||
|
||||
Reference in New Issue
Block a user