mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-14 02:43:16 +00:00
* 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>