diff --git a/code/modules/projectiles/guns/energy/laser.dm b/code/modules/projectiles/guns/energy/laser.dm index af9b968ca5..45c6364c1b 100644 --- a/code/modules/projectiles/guns/energy/laser.dm +++ b/code/modules/projectiles/guns/energy/laser.dm @@ -163,8 +163,8 @@ ionized beams, this is a weapon to kill from a distance." icon_state = "sniper" item_state = "sniper" - item_state_slots = list(slot_r_hand_str = "psniper", slot_l_hand_str = "psniper") - wielded_item_state = "psniper-wielded" + item_state_slots = list(slot_r_hand_str = "lsniper", slot_l_hand_str = "lsniper") + wielded_item_state = "lsniper-wielded" origin_tech = list(TECH_COMBAT = 6, TECH_MATERIAL = 5, TECH_POWER = 4) projectile_type = /obj/item/projectile/beam/sniper slot_flags = SLOT_BACK diff --git a/icons/mob/items/lefthand_guns.dmi b/icons/mob/items/lefthand_guns.dmi index f71f44bf96..1330c280b4 100644 Binary files a/icons/mob/items/lefthand_guns.dmi and b/icons/mob/items/lefthand_guns.dmi differ diff --git a/icons/mob/items/righthand_guns.dmi b/icons/mob/items/righthand_guns.dmi index ed34c44eb9..bb75b51054 100644 Binary files a/icons/mob/items/righthand_guns.dmi and b/icons/mob/items/righthand_guns.dmi differ diff --git a/icons/obj/gun2.dmi b/icons/obj/gun2.dmi index 0e8a7c60f9..56014ea32e 100644 Binary files a/icons/obj/gun2.dmi and b/icons/obj/gun2.dmi differ