diff --git a/code/modules/reagents/Chemistry-Machinery.dm b/code/modules/reagents/Chemistry-Machinery.dm index 1872120a24b..f8d22288bd5 100644 --- a/code/modules/reagents/Chemistry-Machinery.dm +++ b/code/modules/reagents/Chemistry-Machinery.dm @@ -548,6 +548,7 @@ src.temphtml = "The replicator is not ready yet." src.updateUsrDialog() return + /* else if (href_list["create_virus_culture"]) if(!wait) var/obj/item/weapon/reagent_containers/glass/bottle/B = new/obj/item/weapon/reagent_containers/glass/bottle(src.loc) @@ -568,6 +569,7 @@ src.temphtml = "The replicator is not ready yet." src.updateUsrDialog() return + */ else if (href_list["empty_beaker"]) beaker.reagents.clear_reagents() src.updateUsrDialog() @@ -629,7 +631,7 @@ for(var/datum/disease/D in Blood.data["viruses"]) if(!D.hidden[PANDEMIC]) - dat += "Disease Agent: [D?"[D.agent] - Create virus culture bottle":"none"]
" + dat += "Disease Agent: [D?"[D.agent]":"none"]
" dat += "Common name: [(D.name||"none")]
" dat += "Description: [(D.desc||"none")]
" dat += "Possible cure: [(D.cure||"none")]

"