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()