Hopefully it fixes that. (#23988)

This commit is contained in:
GoodG1448
2019-08-25 00:06:43 -03:00
committed by Intigracy
parent a72aecc667
commit 20c7b122fe

View File

@@ -51,7 +51,7 @@
/datum/design/xenoarch_scanner_adv
name = "Advanced xenoarchaeology digsite locator"
desc = "Shows digsites in vicinity, whether they're hidden or not. Shows you their reagent via highlighting them a specific colour"
id = "xenoarch_scanner"
id = "xenoarch_scanner_adv"
req_tech =list(Tc_MAGNETS = 3, Tc_ANOMALY = 3)
build_type = PROTOLATHE
materials = list(MAT_GLASS=2500, MAT_IRON = 2500, MAT_PLASMA = 300)
@@ -78,4 +78,4 @@
materials = list(MAT_IRON = 500, MAT_GLASS = 1000, MAT_GOLD = 200, MAT_URANIUM = 200)
category = "Anomaly"
build_path = /obj/item/device/ano_scanner
*/
*/