From 7403b6b9087dbf3920cae21c92739362e821c6b6 Mon Sep 17 00:00:00 2001 From: zeskorion <49600480+zeskorion@users.noreply.github.com> Date: Sun, 2 Feb 2020 12:04:31 -0800 Subject: [PATCH] Update other_reagents.dm --- code/modules/reagents/chemistry/reagents/other_reagents.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index 245228f4..409ba76d 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -1584,19 +1584,16 @@ /datum/reagent/consumable/laughter/laughtervirusfood name = "anomolous virus food" - id = "laughtervirusfood" color = "#ffa6ff" //rgb: 255,166,255 taste_description = "a bad idea" /datum/reagent/consumable/virus_food/advvirusfood name = "highly unstable virus food" - id = "advvirusfood" color = "#ffffff" //rgb: 255,255,255 ITS PURE WHITE CMON taste_description = "an EXTREMELY bad idea" /datum/reagent/consumable/virus_food/viralbase name = "Experimental viral base" - id = "viralbase" description = "Recently discovered by Nanotrasen's top scientists after years of research, this substance can be used as the base for extremely rare and extremely dangerous viruses once exposed to uranium." color = "#fff0da" taste_description = "tears of scientists"