mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
runtimes bad (#16972)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user