Skip to content

Commit 7e62cc7

Browse files
authored
Flatpack Printer Bluespace Bins (#36840)
1 parent 9b5d460 commit 7e62cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/research/mechanic/flatpacker.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
if(!part)
4848
return
4949

50-
if(!remove_materials(part))
50+
if(!remove_materials(part) && !bluespace_materials(part))
5151
stopped = 1
5252
src.visible_message("<span class='notice'>The [src.name] beeps, \"Not enough materials to complete item.\"</span>")
5353
return

0 commit comments

Comments
 (0)