runtimes bad (#16972)

This commit is contained in:
matttheficus
2021-10-19 10:45:49 +01:00
committed by GitHub
parent fd3b0f9e05
commit 75550c3f8c
+3 -2
View File
@@ -264,8 +264,9 @@ GLOBAL_LIST_INIT(non_simple_animals, typecacheof(list(/mob/living/carbon/human/m
switch(action)
if("gene")
upgrade(usr, params["choice"])
return TRUE
if(isliving(usr))
upgrade(usr, params["choice"])
return TRUE
/obj/machinery/dna_vault/proc/check_goal()
if(plants.len >= plants_max && animals.len >= animals_max && dna.len >= dna_max)