From ce4da89cf103669be7f2c2616a4e53ea54d2d157 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Wed, 1 Aug 2018 07:32:16 -0500 Subject: [PATCH] Update custom_items.dm --- modular_citadel/code/modules/custom_loadout/custom_items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/custom_loadout/custom_items.dm b/modular_citadel/code/modules/custom_loadout/custom_items.dm index 8ca0ef9396..95d900f885 100644 --- a/modular_citadel/code/modules/custom_loadout/custom_items.dm +++ b/modular_citadel/code/modules/custom_loadout/custom_items.dm @@ -400,7 +400,7 @@ /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." + 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)