Skip to content

Commit

Permalink
Fix a runtime in dna vault Initialize (#18172)
Browse files Browse the repository at this point in the history
  • Loading branch information
moxian authored Jul 1, 2022
1 parent 66cad5f commit aaf1eae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/modules/station_goals/dna_vault.dm
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ GLOBAL_LIST_INIT(non_simple_animals, typecacheof(list(/mob/living/carbon/human/m
dna_max = G.human_count
break

..()

/obj/machinery/dna_vault/update_icon()
..()
if(stat & NOPOWER)
Expand Down

0 comments on commit aaf1eae

Please sign in to comment.