diff --git a/code/modules/hydroponics/grown.dm b/code/modules/hydroponics/grown.dm index 619c94395ae..7489f6391fb 100644 --- a/code/modules/hydroponics/grown.dm +++ b/code/modules/hydroponics/grown.dm @@ -105,7 +105,7 @@ descriptors |= "radioactive" if(reagents.has_reagent("amanitin") || reagents.has_reagent("toxin")) descriptors |= "poisonous" - if(reagents.has_reagent("lsd") || reagents.has_reagent("space_drugs")) + if(reagents.has_reagent("lsd") || reagents.has_reagent("space_drugs") || reagents.has_reagent("psilocybin")) descriptors |= "hallucinogenic" if(reagents.has_reagent("styptic_powder")) descriptors |= "medicinal"