From 6bfa2d3540affdb3948050286931137a42e16df1 Mon Sep 17 00:00:00 2001 From: spessbro <51048066+spessbro@users.noreply.github.com> Date: Tue, 16 Feb 2021 08:40:02 -0500 Subject: [PATCH] Stop plants from creating xenomicrobes, nanomachines and tuberculosis (#56939) My finger slipped and now these reagents have the equivalent of can_synth = TRUE so uh that may not be very good --- 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 9f7d2a756ed..48b28dee752 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -1206,7 +1206,6 @@ name = "Nanomachines" description = "Microscopic construction robots." color = "#535E66" // rgb: 83, 94, 102 - chemical_flags = REAGENT_CAN_BE_SYNTHESIZED taste_description = "sludge" penetrates_skin = NONE @@ -1219,7 +1218,6 @@ name = "Xenomicrobes" description = "Microbes with an entirely alien cellular structure." color = "#535E66" // rgb: 83, 94, 102 - chemical_flags = REAGENT_CAN_BE_SYNTHESIZED taste_description = "sludge" penetrates_skin = NONE @@ -1232,7 +1230,6 @@ name = "Tubercle bacillus Cosmosis microbes" description = "Active fungal spores." color = "#92D17D" // rgb: 146, 209, 125 - chemical_flags = REAGENT_CAN_BE_SYNTHESIZED taste_description = "slime" penetrates_skin = NONE ph = 11