Makes Xenoarch Great Again

This commit is contained in:
Cameron653
2016-05-18 17:28:18 -04:00
parent 1793b9b318
commit 3b56e836c9
2 changed files with 2 additions and 22 deletions

View File

@@ -2,7 +2,7 @@
name = "Excavation Drill"
desc = "Advanced archaeological drill combining ultrasonic excitation and bluespace manipulation to provide extreme precision. The diamond tip is adjustable from 1 to 30 cm."
id = "excavationdrill"
req_tech = list("materials" = 6, "powerstorage" = 3, "engineering" = 3, "bluespace" = 4)
req_tech = list(TECH_MATERIAL = 5, TECH_POWER = 3, TECH_ENGINEERING = 3, TECH_BLUESPACE = 4)
build_type = PROTOLATHE
materials = list("$iron" = 4000, "$glass" = 1000, "$silver" = 1000, "$diamond" = 500)
materials = list(DEFAULT_WALL_MATERIAL = 4000, "$glass" = 1000, "$silver" = 1000, "$diamond" = 500)
build_path = /obj/item/weapon/pickaxe/excavationdrill

View File

@@ -97,26 +97,6 @@
drill_sound = 'sound/items/Crowbar.ogg'
drill_verb = "clearing"
w_class = 3
/obj/item/weapon/pickaxe/excavationdrill
name = "excavation drill"