Merge remote-tracking branch 'upstream/master'

This commit is contained in:
BongaTheProto
2024-01-02 01:00:59 -05:00
75 changed files with 736 additions and 305 deletions
+3 -1
View File
@@ -9,7 +9,9 @@
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
if(!stack.merge_type)
TEST_FAIL("([stack]) lacks set merge_type variable!")