mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-26 00:43:16 +00:00
Changes to medbots.
- They now have a mode, which is enabled by default, in which they only inject chemicals if the chemical helps with the target's damage. - You can now load and unload them without access. - Added a few beakers of tricordrazine to robotics, so they can load medbots when they make them.
This commit is contained in:
@@ -2128,6 +2128,17 @@
|
||||
..()
|
||||
reagents.add_reagent("cryoxadone", 30)
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/beaker/tricordrazine
|
||||
name = "beaker"
|
||||
desc = "A beaker. Can hold up to 50 units."
|
||||
icon = 'chemical.dmi'
|
||||
icon_state = "beaker0"
|
||||
item_state = "beaker"
|
||||
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("tricordrazine", 30)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/drinks/golden_cup
|
||||
desc = "A golden cup"
|
||||
name = "golden cup"
|
||||
|
||||
Reference in New Issue
Block a user