Files
Bubberstation/code/modules/projectiles
SkyratBot 99ca73c687 [MIRROR] fixes revolvers losing ammo capacity when you load in ammo [MDB IGNORE] (#22762)
* fixes revolvers losing ammo capacity when you load in ammo (#77157)

## About The Pull Request

fixes https://github.com/tgstation/tgstation/issues/76681

Unfortunately, for revolvers, chambered is whatever is first on the list
of stored_ammo rather than that ammo being removed from the magazine. If
something works like a revolver does, we don't remove chambered from
stored_ammo.

## Why It's Good For The Game

The way revolvers work is literally so that we can have russian
roulette, just so you know.

## Changelog
🆑
fix: Fixes revolvers losing ammo capacity when you reload them.
/🆑

* fixes revolvers losing ammo capacity when you load in ammo

---------

Co-authored-by: necromanceranne <40847847+necromanceranne@users.noreply.github.com>
2023-07-29 03:24:34 -04:00
..