diff --git a/icons/obj/custom.dmi b/icons/obj/custom.dmi index 94ed717a41..ea8c278053 100644 Binary files a/icons/obj/custom.dmi and b/icons/obj/custom.dmi differ diff --git a/modular_citadel/code/modules/custom_loadout/custom_items.dm b/modular_citadel/code/modules/custom_loadout/custom_items.dm index 95d900f885..113f0546d9 100644 --- a/modular_citadel/code/modules/custom_loadout/custom_items.dm +++ b/modular_citadel/code/modules/custom_loadout/custom_items.dm @@ -397,10 +397,3 @@ desc = "Comfy Lucky Jackboots with the word Luck on them." item_state = "luckyjack" icon_state = "luckyjack" - -/obj/item/toy/gun/m41 - name = "Toy M41A Pulse Rifle" - desc = "A toy replica of the Corporate Mercenaries' standard issue rifle. For Avtomat is inscribed on the side." - icon_state = "toym41" - icon = 'icons/obj/custom.dmi' - materials = list(MAT_METAL=2000, MAT_GLASS=250) diff --git a/modular_citadel/code/modules/projectiles/guns/toys.dm b/modular_citadel/code/modules/projectiles/guns/toys.dm index d6b80a95e5..62441ba69f 100644 --- a/modular_citadel/code/modules/projectiles/guns/toys.dm +++ b/modular_citadel/code/modules/projectiles/guns/toys.dm @@ -57,4 +57,13 @@ desc = "An authentic cap-firing reproduction of a F3 Justicar big-bore revolver! Pretend to blow your friend's brains out with this 100% safe toy! Satisfaction guaranteed!" icon_state = "justicar" icon = 'modular_citadel/icons/obj/guns/toys.dmi' + materials = list(MAT_METAL=2000, MAT_GLASS=250) + + +/obj/item/toy/gun/m41 + name = "Toy M41A Pulse Rifle" + desc = "A toy replica of the Corporate Mercenaries' standard issue rifle. For Avtomat is inscribed on the side." + icon_state = "toym41" + icon = 'modular_citadel/icons/obj/guns/toys.dmi' + fire_sound = 'sound/weapons/magrifle.ogg' materials = list(MAT_METAL=2000, MAT_GLASS=250) \ No newline at end of file diff --git a/modular_citadel/icons/obj/guns/toys.dmi b/modular_citadel/icons/obj/guns/toys.dmi index 3c8595f405..4c58734754 100644 Binary files a/modular_citadel/icons/obj/guns/toys.dmi and b/modular_citadel/icons/obj/guns/toys.dmi differ