From a4cc16d2a3aca400db716e7bb869bc723638f9e0 Mon Sep 17 00:00:00 2001 From: Fhaxaris Date: Wed, 12 Aug 2020 12:20:03 -0500 Subject: [PATCH] No more flipping your gun instead of reloading. (#52868) Now you do both regardless. --- code/modules/projectiles/guns/ballistic.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/projectiles/guns/ballistic.dm b/code/modules/projectiles/guns/ballistic.dm index 8590d350085..818fc8734bb 100644 --- a/code/modules/projectiles/guns/ballistic.dm +++ b/code/modules/projectiles/guns/ballistic.dm @@ -374,7 +374,6 @@ flip_cooldown = (world.time + 30) user.visible_message("[user] spins the [src] around their finger by the trigger. That’s pretty badass.") playsound(src, 'sound/items/handling/ammobox_pickup.ogg', 20, FALSE) - return if(!internal_magazine && magazine) if(!magazine.ammo_count()) eject_magazine(user)