From 34e6a179ad3f3a87d028cca7dd58779ceb731fd7 Mon Sep 17 00:00:00 2001 From: The0bserver Date: Sat, 17 Apr 2021 21:29:19 -0400 Subject: [PATCH] By popular request --- 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 1831ffa606..a88a11b416 100644 --- a/code/modules/projectiles/guns/ballistic/derringer.dm +++ b/code/modules/projectiles/guns/ballistic/derringer.dm @@ -4,6 +4,7 @@ icon = 'icons/obj/guns/projectile.dmi' icon_state = "derringer" mag_type = /obj/item/ammo_box/magazine/internal/derringer + obj_flags = UNIQUE_RENAME fire_sound = 'sound/weapons/revolvershot.ogg' casing_ejector = FALSE w_class = WEIGHT_CLASS_TINY