From 29062af74164d89b429f6ce47675dd6b3e585eda Mon Sep 17 00:00:00 2001 From: zeskorion <49600480+zeskorion@users.noreply.github.com> Date: Thu, 9 Jan 2020 22:16:47 -0800 Subject: [PATCH] Update glass.dm --- code/modules/reagents/reagent_containers/glass.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/reagents/reagent_containers/glass.dm b/code/modules/reagents/reagent_containers/glass.dm index 9915e562..8a773709 100644 --- a/code/modules/reagents/reagent_containers/glass.dm +++ b/code/modules/reagents/reagent_containers/glass.dm @@ -126,6 +126,11 @@ /obj/item/reagent_containers/glass/beaker/on_reagent_change(changetype) update_icon() + +/obj/item/reagent_containers/glass/bottle/viralbase + name = "Highly potent Viral Base Bottle" + desc = "A small bottle. Contains a trace amount of a substance found by scientists that can be used to create extremely advanced diseases once exposed to uranium." + list_reagents = list(/datum/reagent/consumable/virus_food/viralbase = 1) /obj/item/reagent_containers/glass/beaker/update_icon() cut_overlays()