Skip to content

Commit

Permalink
[No GBP] Fixes Bad Botany Bug (tgstation#85400)
Browse files Browse the repository at this point in the history
## About The Pull Request

fixes a really bad bug i introduced with my previous PR, no proper
instantiation of gene objects
tgstation#85329

would be nice to get this merged fast
  • Loading branch information
rroqc authored Jul 30, 2024
1 parent 30d6886 commit cf44be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/hydroponics/seeds.dm
Original file line number Diff line number Diff line change
Expand Up @@ -638,5 +638,5 @@
if(length(valid_reagents))
// pick a valid reagent that our receptor seed don't have and add the gene to it
var/datum/plant_gene/reagent/selected_reagent = pick(valid_reagents)
genes += selected_reagent
genes += selected_reagent.Copy()
reagents_from_genes()

0 comments on commit cf44be6

Please sign in to comment.