Adds olds style net gun back as a new one

This commit is contained in:
SplinterGP
2020-05-20 19:58:25 -03:00
parent b181f98cf1
commit c2b89869f7
5 changed files with 48 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
sort_string = "MAAVB"
/datum/design/item/weapon/energy/netgun
name = "\'Hunter\' capture gun"
name = "Energy net gun" //ywedit - hunter is the hybrid one
id = "netgun"
req_tech = list(TECH_COMBAT = 3, TECH_MATERIAL = 5, TECH_MAGNET = 3)
materials = list(DEFAULT_WALL_MATERIAL = 6000, "glass" = 3000)
@@ -0,0 +1,7 @@
/datum/design/item/weapon/energy/hunter
name = "Hybrid 'Hunter' net gun"
id = "huntergun"
req_tech = list(TECH_COMBAT = 4, TECH_MATERIAL = 6, TECH_MAGNET = 4)
materials = list(DEFAULT_WALL_MATERIAL = 6000, "glass" = 3000)
build_path = /obj/item/weapon/gun/energy/hunter
sort_string = "MAAVC"