From 165ee70549b3dede63cb037ba4a5144a6a01abf7 Mon Sep 17 00:00:00 2001 From: Michiyamenotehifunana <31995558+Michiyamenotehifunana@users.noreply.github.com> Date: Thu, 19 Oct 2017 20:45:02 +0800 Subject: [PATCH] Removed disablers from the Model D So that it isn't another lame HoS/Tac egun clone (although the Tac egun can fire twice the amount of tasers) and also puts it in line with the ALP of an era long gone. --- code/citadel/cit_guns.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/citadel/cit_guns.dm b/code/citadel/cit_guns.dm index f3563f0b22..da0aa4b87b 100644 --- a/code/citadel/cit_guns.dm +++ b/code/citadel/cit_guns.dm @@ -1147,9 +1147,9 @@ obj/item/projectile/bullet/c10mm/soporific obj/item/gun/energy/e_gun/cx name = "\improper CX Model D Energy Gun" - desc = "An overpriced hybrid energy gun with three settings: disable, stun, and kill. Manufactured by CX Armories. Has a polychromic coating." + desc = "An overpriced hybrid energy gun with two settings: stun, and kill. Manufactured by CX Armories. Has a polychromic coating." icon = 'icons/obj/guns/cit_guns.dmi' - ammo_type = list(/obj/item/ammo_casing/energy/disabler, /obj/item/ammo_casing/energy/electrode, /obj/item/ammo_casing/energy/laser) + ammo_type = list(/obj/item/ammo_casing/energy/electrode, /obj/item/ammo_casing/energy/laser) origin_tech = "combat=4;magnets=3" flight_x_offset = 15 flight_y_offset = 10