mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 21:19:44 +01:00
mecdicine_vr
This commit is contained in:
@@ -249,7 +249,7 @@
|
||||
name = "purity hypo"
|
||||
desc = "A refined version of the standard autoinjector, allowing greater capacity. This variant excels at \
|
||||
resolving viruses, infections, radiation, and genetic maladies."
|
||||
filled_reagents = list("spaceacillin" = 4, "arithrazine" = 5, "prussian_blue" = 5, "ryetalyn" = 1)
|
||||
filled_reagents = list("spaceacillin" = 4, "arithrazine" = 5, REAGENT_ID_PRUSSIANBLUE = 5, "ryetalyn" = 1)
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/pain
|
||||
name = "pain hypo"
|
||||
|
||||
@@ -124,7 +124,7 @@
|
||||
|
||||
/obj/item/reagent_containers/pill/vermicetol/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("vermicetol", 15)
|
||||
reagents.add_reagent(REAGENT_ID_VERMICETOL, 15)
|
||||
color = reagents.get_color()
|
||||
|
||||
/obj/item/reagent_containers/pill/healing_nanites
|
||||
@@ -144,7 +144,7 @@
|
||||
|
||||
/obj/item/reagent_containers/pill/sleevingcure/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("sleevingcure", 1)
|
||||
reagents.add_reagent(REAGENT_ID_SLEEVINGCURE, 1)
|
||||
color = reagents.get_color()
|
||||
|
||||
/obj/item/reagent_containers/pill/airlock
|
||||
|
||||
Reference in New Issue
Block a user