Use material defines more

This commit is contained in:
Chompstation Bot
2021-07-07 19:02:05 +00:00
parent 7e10238662
commit 287a5deee3
205 changed files with 4579 additions and 865 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
icon_state = "deep_scan_device"
item_state = "electronic"
origin_tech = list(TECH_MAGNET = 1, TECH_ENGINEERING = 1)
matter = list(DEFAULT_WALL_MATERIAL = 150)
matter = list(MAT_STEEL = 150)
var/scan_time = 2 SECONDS
var/range = 2
var/exact = FALSE
@@ -74,7 +74,7 @@
desc = "An advanced device used to locate ore deep underground."
description_info = "This scanner has variable range, you can use the Set Scanner Range verb, or alt+click the device. Drills dig in 5x5."
origin_tech = list(TECH_MAGNET = 4, TECH_ENGINEERING = 4)
matter = list(DEFAULT_WALL_MATERIAL = 150)
matter = list(MAT_STEEL = 150)
scan_time = 0.5 SECONDS
exact = TRUE