Merge pull request #854 from Citadel-Station-13/upstream-merge-27036

[MIRROR] Add Slime Scanner to Autolathe
This commit is contained in:
LetterJay
2017-05-14 16:39:28 -04:00
committed by GitHub
2 changed files with 10 additions and 1 deletions

View File

@@ -595,7 +595,7 @@ other types of metals and chemistry for reagents).
materials = list(MAT_METAL=200, MAT_GLASS=100)
build_path = /obj/item/weapon/disk/plantgene
category = list("Electronics")
/////////////////////////////////////////
////////////Janitor Designs//////////////
/////////////////////////////////////////

View File

@@ -783,3 +783,12 @@
materials = list(MAT_METAL = 2000, MAT_GLASS = 1000)
build_path = /obj/item/device/modular_computer/tablet
category = list("initial","Misc")
/datum/design/slime_scanner
name = "Slime Scanner"
id = "slime_scanner"
build_type = AUTOLATHE
materials = list(MAT_METAL = 300, MAT_GLASS = 200)
build_path = /obj/item/device/slime_scanner
category = list("initial", "Misc")