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\]"