Ported updated decls repository from Neb.

This commit is contained in:
MistakeNot4892
2021-03-26 10:44:30 +11:00
parent dfd0844701
commit cccb2a159f
4 changed files with 58 additions and 23 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ var/global/datum/controller/plants/plant_controller // Set in New().
S.update_seed()
//Might as well mask the gene types while we're at it.
var/list/gene_datums = decls_repository.decls_of_subtype(/decl/plantgene)
var/list/gene_datums = decls_repository.get_decls_of_subtype(/decl/plantgene)
var/list/used_masks = list()
var/list/plant_traits = ALL_GENES
while(plant_traits && plant_traits.len)