From 6be351ecb6cfad958c9dd9fb7445da5bc67f5cd3 Mon Sep 17 00:00:00 2001 From: The0bserver Date: Wed, 14 Apr 2021 01:48:18 -0400 Subject: [PATCH] I will try this. --- code/modules/projectiles/guns/ballistic/derringer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/ballistic/derringer.dm b/code/modules/projectiles/guns/ballistic/derringer.dm index 221612c8b7..1831ffa606 100644 --- a/code/modules/projectiles/guns/ballistic/derringer.dm +++ b/code/modules/projectiles/guns/ballistic/derringer.dm @@ -33,7 +33,7 @@ chamber_round(0) -obj/item/gun/ballistic/derringer/attack_self(mob/living/user) +/obj/item/gun/ballistic/derringer/attack_self(mob/living/user) var/num_unloaded = 0 while (get_ammo() > 0) var/obj/item/ammo_casing/CB