Adding Mining AOE PKA Upgrade to the Protolathe

This commit is contained in:
Casey
2022-03-14 19:59:58 -04:00
committed by CHOMPStation2
parent cbd58ffa58
commit c0231159bc

View File

@@ -49,3 +49,14 @@
build_path = /obj/item/device/depth_scanner
sort_string = "FBAAA"
<<<<<<< HEAD
=======
/datum/design/item/weapon/mining/upgradeAOE
name = "Mining Explosion Upgrade"
desc = "An area of effect upgrade for the Proto-Kinetic Accelerator."
id = "pka_mineaoe"
req_tech = list(TECH_COMBAT = 7, TECH_MATERIAL = 8, TECH_ENGINEERING = 7) // Lets make this endgame level tech, due to it's power.
materials = list(MAT_STEEL = 5000, MAT_GLASS = 5000, MAT_SILVER = 500, MAT_GOLD = 500, MAT_URANIUM = 2000, MAT_PHORON = 2000)
build_path = /obj/item/borg/upgrade/modkit/aoe/turfs
sort_string = "FAAF"
>>>>>>> fbc44e712e... Merge pull request #12440 from FartMaster69420/PKA-AOE