Skip to content

Commit

Permalink
[MIRROR] fix organ printer not taking steel
Browse files Browse the repository at this point in the history
  • Loading branch information
MuckerMayhem authored and SuhEugene committed Dec 29, 2023
1 parent e70a8d2 commit 258ba7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/bioprinter.dm
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
S.use(sheets_to_take)
else
to_chat(user, SPAN_WARNING("\The [src] is too full."))
return TRUE
return TRUE

if(istype(W,/obj/item/organ))
var/obj/item/organ/O = W
Expand Down

0 comments on commit 258ba7c

Please sign in to comment.