Files
Bubberstation/code/_onclick
SkyratBot c8c07e5097 [MIRROR] Fixes COMSIG_LIVING_EARLY_UNARMED_ATTACK arguments [MDB IGNORE] (#26014)
* Fixes `COMSIG_LIVING_EARLY_UNARMED_ATTACK` arguments (#80783)

## About The Pull Request

Fixes #80566

Fixes the wrong arguments being passed to
`COMSIG_LIVING_EARLY_UNARMED_ATTACK`.
It now properly receives the proximity flag.

Changes clicking with handcuffs to no longer always assume no proximity.

Replaces some checks for hands blocked to some checks for
`can_unarmed_attack` (which, currently, JUST checks for hands blocked,
but this is good for future reasons, just in case)

## Changelog

🆑 Melbert
fix: Strong arm implant users can shove more correctly.
/🆑

* Fixes `COMSIG_LIVING_EARLY_UNARMED_ATTACK` arguments

---------

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
2024-01-05 20:18:29 +00:00
..