mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Check that apply_qualities is TRUE before the fish_population unit test (#93619)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user