New bottles

This commit is contained in:
SoundScopes
2015-04-01 01:46:24 +01:00
parent 64f9d90410
commit 45274d0e43
@@ -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)