mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Merge pull request #8672 from VOREStation/upstream-merge-7444
[MIRROR] Removes the ability to forge plasteel from steel.
This commit is contained in:
@@ -103,12 +103,14 @@
|
|||||||
path =/obj/item/stack/material/plasteel
|
path =/obj/item/stack/material/plasteel
|
||||||
is_stack = TRUE
|
is_stack = TRUE
|
||||||
no_scale = TRUE //prevents material duplication exploits
|
no_scale = TRUE //prevents material duplication exploits
|
||||||
|
resources = list(MAT_PLASTEEL = 2000)
|
||||||
|
|
||||||
/datum/category_item/autolathe/general/plastic
|
/datum/category_item/autolathe/general/plastic
|
||||||
name = "plastic sheets"
|
name = "plastic sheets"
|
||||||
path =/obj/item/stack/material/plastic
|
path =/obj/item/stack/material/plastic
|
||||||
is_stack = TRUE
|
is_stack = TRUE
|
||||||
no_scale = TRUE //prevents material duplication exploits
|
no_scale = TRUE //prevents material duplication exploits
|
||||||
|
resources = list(MAT_PLASTIC = 2000)
|
||||||
|
|
||||||
//TFF 24/12/19 - Let people print more spray bottles if needed.
|
//TFF 24/12/19 - Let people print more spray bottles if needed.
|
||||||
/datum/category_item/autolathe/general/spraybottle
|
/datum/category_item/autolathe/general/spraybottle
|
||||||
|
|||||||
Reference in New Issue
Block a user