Files
Leland Kemble 53ddde9d06 Fixes improvised mounted weaponry dropping way too much cable (#95002)
## About The Pull Request

Because cable coils are by default 30 cable, what was presumably
intended to drop four cable actually dropped four stacks of cable. This
modifies the deconstruction logic of improvised mounted weapons to spawn
`/obj/item/stack`s once, with their count set in `new()`, rather than
repeatedly spawning single stacks and having them merge, which allows
granularity when it comes to cable.

## Why It's Good For The Game

Unless you're deconstructing something via a wiremill, it shouldn't
produce eight times as much cable as it cost.

## Changelog
🆑

fix: Improvised mounted weaponry now drops a reasonable amount of cable

/🆑
2026-01-27 19:04:15 -05:00
..