From b1fd4a33a29e47f93c58778dbc8a8b013cb34b5c Mon Sep 17 00:00:00 2001 From: The0bserver Date: Sun, 11 Apr 2021 20:30:10 -0400 Subject: [PATCH] funny gold sound --- code/modules/projectiles/guns/ballistic/derringer.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/projectiles/guns/ballistic/derringer.dm b/code/modules/projectiles/guns/ballistic/derringer.dm index 2acb5d7f8f..e5477a5964 100644 --- a/code/modules/projectiles/guns/ballistic/derringer.dm +++ b/code/modules/projectiles/guns/ballistic/derringer.dm @@ -63,6 +63,7 @@ obj/item/gun/ballistic/derringer/attack_self(mob/living/user) desc = "The golden sheen is somewhat counterintuitive as a stealth weapon, but it looks cool. Uses .357 ammo" icon_state = "derringer_gold" mag_type = /obj/item/ammo_box/magazine/internal/derringer/a357 + fire_sound = 'sound/weapons/resonator_blast.ogg' /obj/item/gun/ballistic/derringer/nukeop name = "\improper Gunslinger's Derringer"