mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-20 15:12:57 +00:00
26 lines
825 B
Plaintext
26 lines
825 B
Plaintext
|
|
/obj/item/weapon/reagent_containers/glass/bottle/robot
|
|
amount_per_transfer_from_this = 10
|
|
possible_transfer_amounts = list(5,10,15,25,30,50,100)
|
|
flags = OPENCONTAINER
|
|
volume = 60
|
|
var/reagent = ""
|
|
|
|
|
|
/obj/item/weapon/reagent_containers/glass/bottle/robot/inaprovaline
|
|
name = "internal inaprovaline bottle"
|
|
desc = "A small bottle. Contains inaprovaline - used to stabilize patients."
|
|
icon = 'icons/obj/chemical.dmi'
|
|
icon_state = "bottle-4"
|
|
reagent = "inaprovaline"
|
|
prefill = list("inaprovaline" = 60)
|
|
|
|
|
|
/obj/item/weapon/reagent_containers/glass/bottle/robot/antitoxin
|
|
name = "internal anti-toxin bottle"
|
|
desc = "A small bottle of Anti-toxins. Counters poisons, and repairs damage, a wonder drug."
|
|
icon = 'icons/obj/chemical.dmi'
|
|
icon_state = "bottle-4"
|
|
reagent = "anti_toxin"
|
|
prefill = list("anti_toxin" = 60)
|