diff --git a/mods/_fd/fd_assets/code/weapons/rsh21.dm b/mods/_fd/fd_assets/code/weapons/rsh21.dm index 6838511d6695c..75e353f2474ab 100644 --- a/mods/_fd/fd_assets/code/weapons/rsh21.dm +++ b/mods/_fd/fd_assets/code/weapons/rsh21.dm @@ -3,6 +3,7 @@ /obj/item/gun/projectile/revolver/rsh21 name = "RSH-21" icon_state = "rsh12" + icon = 'mods/_fd/fd_assets/icons/obj/items/rsh21.dmi' caliber = CALIBER_RIFLE_RUSSIA ammo_type = /obj/item/ammo_casing/rifle/russia desc = "A modern assault revolver that has been adapted for firing at medium and long distances. The RS12 is its direct predecessor, but in comparison with it it has a lower recoil, a larger drum for 6 rounds, and a built-in gyro stabilizer. It has two mounting straps on the bottom and top." diff --git a/mods/_fd/fd_assets/icons/obj/items/rsh21.dmi b/mods/_fd/fd_assets/icons/obj/items/rsh21.dmi new file mode 100644 index 0000000000000..a38ea60f35c31 Binary files /dev/null and b/mods/_fd/fd_assets/icons/obj/items/rsh21.dmi differ