From 166e6b66de5e77436fbc3ad0627c992bc1c0dc05 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Wed, 1 Aug 2018 08:41:10 -0500 Subject: [PATCH] Update toys.dm --- modular_citadel/code/modules/projectiles/guns/toys.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modular_citadel/code/modules/projectiles/guns/toys.dm b/modular_citadel/code/modules/projectiles/guns/toys.dm index 62441ba69f..a90ea999a4 100644 --- a/modular_citadel/code/modules/projectiles/guns/toys.dm +++ b/modular_citadel/code/modules/projectiles/guns/toys.dm @@ -65,5 +65,4 @@ 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 + materials = list(MAT_METAL=2000, MAT_GLASS=250)