From e21e7ae378f07a99117a6546716398326aeeb25b Mon Sep 17 00:00:00 2001 From: Rafael <34388545+RafRoq@users.noreply.github.com> Date: Tue, 2 Jul 2024 16:59:50 -0300 Subject: [PATCH] Update code/modules/hydroponics/grown.dm Co-authored-by: ancient-engineer <103686984+ancient-engineer@users.noreply.github.com> --- code/modules/hydroponics/grown.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)