diff --git a/code/modules/projectiles/guns/energy/laser.dm b/code/modules/projectiles/guns/energy/laser.dm index b2f539870541..4d6e852c7714 100644 --- a/code/modules/projectiles/guns/energy/laser.dm +++ b/code/modules/projectiles/guns/energy/laser.dm @@ -66,10 +66,10 @@ icon = 'icons/obj/guns/projectile.dmi' icon_state = "cshotgun" item_state = "shotgun" - desc = "A combat shotgun gutted and refitted with an internal laser system. Can switch between taser and scattered disabler shots." + desc = "A combat shotgun gutted and refitted with an internal disabler system." shaded_charge = 0 pin = /obj/item/firing_pin/implant/mindshield - ammo_type = list(/obj/item/ammo_casing/energy/laser/scatter/disabler, /obj/item/ammo_casing/energy/electrode) + ammo_type = list(/obj/item/ammo_casing/energy/laser/scatter/disabler) ///Laser Cannon