Files
Bubberstation/code/modules/projectiles
SkyratBot f8b3ec3efe [MIRROR] Fixes bows not loosening their strings once fired (#26697)
* Fixes bows not loosening their strings once fired (#81724)

## About The Pull Request
So, there's this one place that could have just called `clear_chambered`
because it does the exact same operations, but didn't.

Here's `gun/ballistic/proc/clear_chambered()`:

ce04e2b7ee/code/modules/projectiles/guns/ballistic.dm (L285-L288)

and here's `gun/ballistic/bow/clear_chambered()`, which is responsible
for setting `drawn` to false:

ce04e2b7ee/code/modules/projectiles/guns/ballistic/bows/_bow.dm (L52-L54)

You can connect the dots.

* Fixes bows not loosening their strings once fired

---------

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
2024-02-29 23:26:48 +01:00
..