mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-28 07:07:08 +01:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user