mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Hopefully it fixes that. (#23988)
This commit is contained in:
@@ -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
|
||||
*/
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user