mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Merge pull request #3283 from Anewbe/ninja_drugs
Ninja rig has different chems
This commit is contained in:
@@ -149,17 +149,19 @@
|
||||
/obj/item/rig_module/chem_dispenser/ninja
|
||||
interface_desc = "Dispenses loaded chemicals directly into the wearer's bloodstream. This variant is made to be extremely light and flexible."
|
||||
|
||||
//just over a syringe worth of each. Want more? Go refill. Gives the ninja another reason to have to show their face.
|
||||
//Want more? Go refill. Gives the ninja another reason to have to show their face.
|
||||
charges = list(
|
||||
list("tricordrazine", "tricordrazine", 0, 20),
|
||||
list("tramadol", "tramadol", 0, 20),
|
||||
list("dexalin plus", "dexalinp", 0, 20),
|
||||
list("antibiotics", "spaceacillin", 0, 20),
|
||||
list("antitoxins", "anti_toxin", 0, 20),
|
||||
list("nutrients", "glucose", 0, 80),
|
||||
list("clotting agent", "myelamine", 0, 80),
|
||||
list("hyronalin", "hyronalin", 0, 20),
|
||||
list("radium", "radium", 0, 20)
|
||||
list("tricordrazine", "tricordrazine", 0, 30),
|
||||
list("tramadol", "tramadol", 0, 30),
|
||||
list("dexalin plus", "dexalinp", 0, 30),
|
||||
list("antibiotics", "spaceacillin", 0, 30),
|
||||
list("antitoxins", "anti_toxin", 0, 60),
|
||||
list("nutrients", "glucose", 0, 80),
|
||||
list("bicaridine", "bicaridine", 0, 30),
|
||||
list("clotting agent", "myelamine", 0, 30),
|
||||
list("peridaxon", "peridaxon", 0, 30),
|
||||
list("hyronalin", "hyronalin", 0, 30),
|
||||
list("radium", "radium", 0, 30)
|
||||
)
|
||||
|
||||
/obj/item/rig_module/chem_dispenser/accepts_item(var/obj/item/input_item, var/mob/living/user)
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
/obj/item/rig_module/vision,
|
||||
/obj/item/rig_module/voice,
|
||||
/obj/item/rig_module/fabricator/energy_net,
|
||||
/obj/item/rig_module/chem_dispenser,
|
||||
/obj/item/rig_module/chem_dispenser/ninja,
|
||||
/obj/item/rig_module/grenade_launcher,
|
||||
/obj/item/rig_module/ai_container,
|
||||
/obj/item/rig_module/power_sink,
|
||||
|
||||
Reference in New Issue
Block a user