From 04a1f58d3b288d07717f2e8aaa8a0d5099723217 Mon Sep 17 00:00:00 2001 From: zeskorion <49600480+zeskorion@users.noreply.github.com> Date: Thu, 6 Feb 2020 20:38:59 -0800 Subject: [PATCH] FUUUUUCK I made a pr to change this, but apparently the pr didnt change anything?? I don't know what the fuck is up with that --- code/modules/reagents/chemistry/reagents/other_reagents.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index 409ba76d..5ca1e31f 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -1586,17 +1586,20 @@ name = "anomolous virus food" color = "#ffa6ff" //rgb: 255,166,255 taste_description = "a bad idea" + id = "laughtervirusfood" /datum/reagent/consumable/virus_food/advvirusfood name = "highly unstable virus food" color = "#ffffff" //rgb: 255,255,255 ITS PURE WHITE CMON taste_description = "an EXTREMELY bad idea" + id = "advvirusfood" /datum/reagent/consumable/virus_food/viralbase name = "Experimental viral base" 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" + id = "viralbase" /datum/reagent/colorful_reagent/on_mob_life(mob/living/carbon/M) if(!no_mob_color)