Skip to content

Commit

Permalink
Update code/modules/hydroponics/grown.dm
Browse files Browse the repository at this point in the history
Co-authored-by: ancient-engineer <[email protected]>
  • Loading branch information
RafRoq and ancient-engineer authored Jul 2, 2024
1 parent 28d8132 commit e21e7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/hydroponics/grown.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit e21e7ae

Please sign in to comment.