Files
Bubberstation/code/modules/wiremod
SkyratBot 251266d183 [MIRROR] Fixes missing args in a few procs registered to COMSIG_LIVING_ELECTROCUTE_ACT (#26755)
* Fixes missing args in a few procs registered to COMSIG_LIVING_ELECTROCUTE_ACT (#81807)

## About The Pull Request

That's it really.

![image](https://github.com/tgstation/tgstation/assets/13398309/08bd4dd7-b5e7-4c22-91b7-1dadf5776508)

It's supposed to have a `shock_source` arg, but 2/3 of the procs that
are registered to this signal don't include that in their args list.

## Why It's Good For The Game

Out of order positional args = bad.

## Changelog

Nothing player facing (probably)

* Fixes missing args in a few procs registered to COMSIG_LIVING_ELECTROCUTE_ACT

---------

Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
2024-03-05 17:40:07 -05:00
..