diff --git a/code/modules/projectiles/guns/energy/telegun.dm b/code/modules/projectiles/guns/energy/telegun.dm index 8b50d2db786..19228ba5fcd 100644 --- a/code/modules/projectiles/guns/energy/telegun.dm +++ b/code/modules/projectiles/guns/energy/telegun.dm @@ -4,7 +4,7 @@ name = "teleporter gun" desc = "An extremely high-tech bluespace energy gun capable of teleporting targets to Bluespace Beacons." icon_state = "telegun" - item_state = "ionrifle" + item_state = "telegun" origin_tech = "combat=6;materials=7;powerstorage=5;bluespace=5;syndicate=4" ammo_type = list(/obj/item/ammo_casing/energy/teleport) shaded_charge = TRUE diff --git a/icons/mob/inhands/guns_lefthand.dmi b/icons/mob/inhands/guns_lefthand.dmi index 8f346ca3068..02d79feafb7 100644 Binary files a/icons/mob/inhands/guns_lefthand.dmi and b/icons/mob/inhands/guns_lefthand.dmi differ diff --git a/icons/mob/inhands/guns_righthand.dmi b/icons/mob/inhands/guns_righthand.dmi index d3812fbab86..72442f5901b 100644 Binary files a/icons/mob/inhands/guns_righthand.dmi and b/icons/mob/inhands/guns_righthand.dmi differ