mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-24 21:26:13 +01:00
New bottles
This commit is contained in:
@@ -313,4 +313,36 @@
|
||||
icon_state = "bottle17"
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("frostoil", 30)
|
||||
reagents.add_reagent("frostoil", 30)
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/bottle/bicaridine
|
||||
name = "Bicaridine bottle"
|
||||
desc = "A small bottle. Contains bicaridine for treating brute trauma."
|
||||
icon = 'icons/obj/chemical.dmi'
|
||||
icon_state = "bottle2"
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("bicaridine", 30)
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/bottle/dex_plus
|
||||
name = "Dexalin plus bottle"
|
||||
desc = "A small bottle. Contains dexalin plus for treating oxygen deprivation."
|
||||
icon = 'icons/obj/chemical.dmi'
|
||||
icon_state = "bottle20"
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("dexalinp", 30)
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/bottle/dermaline
|
||||
name = "Dermaline bottle"
|
||||
desc = "A small bottle. Contains dermaline for treating severe burns."
|
||||
icon = 'icons/obj/chemical.dmi'
|
||||
icon_state = "bottle6"
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("dermaline", 30)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user