From fa566fbe47158f92b02db388ad0fba4066d429d3 Mon Sep 17 00:00:00 2001 From: Datraen Date: Sun, 30 Aug 2015 11:58:39 -0400 Subject: [PATCH] [Botany] Gas-related traits revealed on the plant analyzer http://baystation12.net/forums/threads/the-little-things-4-with-a-vengance.9/page-11#post-10909 --- code/modules/hydroponics/trays/tray_tools.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/modules/hydroponics/trays/tray_tools.dm b/code/modules/hydroponics/trays/tray_tools.dm index 1371aa943f2..6ce3c9931e5 100644 --- a/code/modules/hydroponics/trays/tray_tools.dm +++ b/code/modules/hydroponics/trays/tray_tools.dm @@ -198,6 +198,12 @@ if(grown_seed.get_trait(TRAIT_TELEPORTING)) dat += "
The fruit is temporal/spatially unstable." + if(grown_seed.get_trait(TRAIT_EXUDE_GASSES)) + dat += "
It will release gas into the environment." + + if(grown_seed.get_trait(TRAIT_CONSUME_GASSES)) + dat += "
It will remove gas from the environment." + if(dat) last_data = dat dat += "

\[print report\]"