field access...

This commit is contained in:
SandPoot
2023-12-13 12:55:33 -03:00
parent 606ffd5b1e
commit 35723b9bd7
+1 -1
View File
@@ -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