diff --git a/code/datums/autolathe/general.dm b/code/datums/autolathe/general.dm index ae4e409231..e6977af1e9 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 diff --git a/polaris.dme b/polaris.dme index 3d5b9bf6b7..5ed9f9f698 100644 --- a/polaris.dme +++ b/polaris.dme @@ -3017,7 +3017,7 @@ #include "code\ZAS\Zone.dm" #include "interface\interface.dm" #include "interface\skin.dmf" -#include "maps\southern_cross\southern_cross.dm" +#include "maps\example\example.dm" #include "maps\submaps\_helpers.dm" #include "maps\submaps\space_submaps\space.dm" #include "maps\submaps\surface_submaps\mountains\mountains.dm"