diff --git a/code/modules/projectiles/guns/misc/chem_gun.dm b/code/modules/projectiles/guns/misc/chem_gun.dm index 9b2f5df530..fcf7a21cc4 100644 --- a/code/modules/projectiles/guns/misc/chem_gun.dm +++ b/code/modules/projectiles/guns/misc/chem_gun.dm @@ -111,8 +111,8 @@ /obj/item/gun/chem/smart name = "smartdart repeater rifle" desc = "An experimental improved version of the smart dart rifle. It synthesizes medicinal smart darts which it fills using an inserted hypovial. It can accommodate both large and small hypovials." - icon_state = "chemgun" - item_state = "chemgun" + icon_state = "chemgunrepeater" + item_state = "dartgun" obj/item/gun/chem/smart/Initialize() . = ..() diff --git a/icons/obj/guns/projectile.dmi b/icons/obj/guns/projectile.dmi index 1504b9f0c7..5bbcca9791 100644 Binary files a/icons/obj/guns/projectile.dmi and b/icons/obj/guns/projectile.dmi differ