Skip to content

Commit

Permalink
whoops momentfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoonij authored Dec 15, 2024
1 parent 15a0694 commit 1fd433d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/station_goals/dna_vault.dm
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ GLOBAL_LIST_INIT(non_simple_animals, typecacheof(list(/mob/living/carbon/human/l

/obj/machinery/dna_vault/proc/upgrade(mob/living/carbon/human/human, upgrade_name)
for(var/datum/vault_gene/gene as anything in subtypesof(/datum/vault_gene))
if(!initial(gene.name) != upgrade_name)
if(initial(gene.name) != upgrade_name)
continue

gene.apply(human, name)
Expand Down

0 comments on commit 1fd433d

Please sign in to comment.