diff --git a/code/modules/hydroponics/grown.dm b/code/modules/hydroponics/grown.dm index 7b85bc7a4a46..1abd5135f0f7 100644 --- a/code/modules/hydroponics/grown.dm +++ b/code/modules/hydroponics/grown.dm @@ -67,7 +67,7 @@ make_dryable() // Go through all traits in their genes and call on_new_plant from them. - // TODO: we need a priority queue for traits,some of them need to be called first + //TODO: We need a priority queue for traits,some of them need to be called first for(var/datum/plant_gene/trait/trait in seed.genes) trait.on_new_plant(src, loc)