mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[MIRROR] Makes revolvers not drop bullets if you're just flipping it (#6326)
* Makes revolvers not drop bullets if you're just flipping it (#59625) * Makes revolvers not drop bullets if you're just flipping it Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
This commit is contained in:
co-authored by
John Willard
parent
5115562ad4
commit
d5aa9d33af
@@ -451,6 +451,7 @@
|
||||
flip_cooldown = (world.time + 30)
|
||||
user.visible_message("<span class='notice'>[user] spins the [src] around their finger by the trigger. That’s pretty badass.</span>")
|
||||
playsound(src, 'sound/items/handling/ammobox_pickup.ogg', 20, FALSE)
|
||||
return
|
||||
if(!internal_magazine && magazine)
|
||||
if(!magazine.ammo_count())
|
||||
eject_magazine(user)
|
||||
|
||||
Reference in New Issue
Block a user