Check that apply_qualities is TRUE before the fish_population unit test (#93619)

This commit is contained in:
Ghom
2025-10-25 11:42:21 +02:00
committed by GitHub
parent 03946f53e5
commit 72cd764be9
+1 -1
View File
@@ -232,7 +232,7 @@ GLOBAL_LIST_INIT(fish_compatible_fluid_types, list(
register_context()
register_item_context()
if(!PERFORM_ALL_TESTS(focus_only/fish_population) || type == abstract_type || stable_population > 1)
if(!apply_qualities || !PERFORM_ALL_TESTS(focus_only/fish_population) || type == abstract_type || stable_population > 1)
return
if(length(compatible_types))
for(var/obj/item/fish/fishie as anything in compatible_types)