Merge pull request #8489 from Cyantime/patch-2

Update netgun design name
This commit is contained in:
Novacat
2020-07-26 20:04:17 -04:00
committed by GitHub

View File

@@ -26,7 +26,7 @@
sort_string = "MAAVB"
/datum/design/item/weapon/energy/netgun
name = "\'Hunter\' capture gun"
desc = "The \"Varmint Catcher\" is an energy net projector designed to immobilize dangerous wildlife."
id = "netgun"
req_tech = list(TECH_COMBAT = 3, TECH_MATERIAL = 5, TECH_MAGNET = 3)
materials = list(DEFAULT_WALL_MATERIAL = 6000, "glass" = 3000)
@@ -162,4 +162,4 @@
materials = list("unobtanium" = 9001)
build_path = /obj/item/ammo_casing/microbattery/combat/final
sort_string = "MAVCH"
*/
*/