diff --git a/code/datums/autolathe/general.dm b/code/datums/autolathe/general.dm index 2513a47337..a2dcd047c9 100644 --- a/code/datums/autolathe/general.dm +++ b/code/datums/autolathe/general.dm @@ -103,12 +103,14 @@ path =/obj/item/stack/material/plasteel is_stack = TRUE no_scale = TRUE //prevents material duplication exploits + resources = list(MAT_PLASTEEL = 2000) /datum/category_item/autolathe/general/plastic name = "plastic sheets" path =/obj/item/stack/material/plastic is_stack = TRUE no_scale = TRUE //prevents material duplication exploits + resources = list(MAT_PLASTIC = 2000) //TFF 24/12/19 - Let people print more spray bottles if needed. /datum/category_item/autolathe/general/spraybottle