Merge pull request #10023 from VOREStation/upstream-merge-8011

[MIRROR] Ported updated decls repository from Neb.
This commit is contained in:
Novacat
2021-03-26 09:45:22 -04:00
committed by Chompstation Bot
parent d268d57227
commit 877dfbc049
5 changed files with 60 additions and 27 deletions

View File

@@ -74,7 +74,7 @@ SUBSYSTEM_DEF(plants)
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)