From 35723b9bd79c0607da5b3a68e42050403fa62745 Mon Sep 17 00:00:00 2001 From: SandPoot Date: Wed, 13 Dec 2023 12:55:33 -0300 Subject: [PATCH] field access... --- code/modules/unit_tests/merge_type.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/unit_tests/merge_type.dm b/code/modules/unit_tests/merge_type.dm index 4a750cd130..373ffa2b66 100644 --- a/code/modules/unit_tests/merge_type.dm +++ b/code/modules/unit_tests/merge_type.dm @@ -9,7 +9,7 @@ var/list/paths = subtypesof(/obj/item/stack) - blacklist - for(var/stackpath in paths) + for(var/obj/item/stack/stackpath as anything in paths) if(initial(stackpath.is_cyborg)) continue var/obj/item/stack/stack = new stackpath