From 7293bf85b512c9cda2313c4e3c2378d83920b9f9 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Wed, 1 Aug 2018 07:22:41 -0500 Subject: [PATCH] Update custom_items.dm --- .../code/modules/custom_loadout/custom_items.dm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modular_citadel/code/modules/custom_loadout/custom_items.dm b/modular_citadel/code/modules/custom_loadout/custom_items.dm index 830783e564..8ca0ef9396 100644 --- a/modular_citadel/code/modules/custom_loadout/custom_items.dm +++ b/modular_citadel/code/modules/custom_loadout/custom_items.dm @@ -399,9 +399,8 @@ icon_state = "luckyjack" /obj/item/toy/gun/m41 - name = "M41" - desc = "An M41 that fires dummy rounds!" + 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' - fire_sound = 'sound/weapons/gunshot_smg.ogg' - materials = list(MAT_METAL=2000, MAT_GLASS=250) \ No newline at end of file + materials = list(MAT_METAL=2000, MAT_GLASS=250)