From d19ecc5a4fca63f46c17de72ee3870591245a549 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Thu, 24 May 2018 11:21:33 -0500 Subject: [PATCH] Update magweapon.dm --- .../code/modules/projectiles/guns/ballistic/magweapon.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modular_citadel/code/modules/projectiles/guns/ballistic/magweapon.dm b/modular_citadel/code/modules/projectiles/guns/ballistic/magweapon.dm index 1fbd32e992..5cca9138f3 100644 --- a/modular_citadel/code/modules/projectiles/guns/ballistic/magweapon.dm +++ b/modular_citadel/code/modules/projectiles/guns/ballistic/magweapon.dm @@ -337,7 +337,7 @@ description = "Weapons using magnetic technology" prereq_ids = list("weaponry", "adv_weaponry", "emp_adv") design_ids = list("magrifle", "magpisol", "mag_magrifle", "mag_magrifle_nl", "mag_magpistol", "mag_magpistol_nl") - research_cost = 2500 + research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500) export_price = 5000 @@ -463,4 +463,4 @@ /obj/item/stock_parts/cell/toymagburst name = "toy mag burst rifle power supply" - maxcharge = 4000 \ No newline at end of file + maxcharge = 4000