From 1c7a12c38a11539a42d0315f221e5b2e64e39232 Mon Sep 17 00:00:00 2001 From: Jaggachi <132544683+Jaggachi@users.noreply.github.com> Date: Sat, 15 Jul 2023 14:30:59 -0700 Subject: [PATCH] Update plasma_cit.dm --- code/modules/projectiles/guns/energy/plasma_cit.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/energy/plasma_cit.dm b/code/modules/projectiles/guns/energy/plasma_cit.dm index 0b612ceb0a9..3717396e6be 100644 --- a/code/modules/projectiles/guns/energy/plasma_cit.dm +++ b/code/modules/projectiles/guns/energy/plasma_cit.dm @@ -95,7 +95,7 @@ item_state = null icon = 'modular_citadel/icons/obj/guns/VGguns.dmi' cell_type = "/obj/item/stock_parts/cell/pulse/carbine" - ammo_type = list(/obj/item/projectile/beam/laser/pistol/freeblade) + ammo_type = list(/obj/item/projectile/beam/laser/pistol/AK470M) ammo_x_offset = 4 lefthand_file = 'modular_citadel/icons/mob/citadel/guns_lefthand.dmi' righthand_file = 'modular_citadel/icons/mob/citadel/guns_righthand.dmi'