Fixes conditionally added actions not appearing on player HUDs (#95624)

## About The Pull Request

Fuckup from the refactor, this should give the action to the mob not the
owner of the action.
Fixes purple raptors, ninja katanas, etc

## Changelog
🆑
fix: Fixed conditionally added actions not appearing on player HUDs
/🆑
This commit is contained in:
SmArtKar
2026-04-10 00:50:41 +02:00
committed by GitHub
parent 076bcd2d45
commit de6a6ac46e
5 changed files with 7 additions and 7 deletions
@@ -211,7 +211,7 @@
START_PROCESSING(SSobj, src)
/datum/action/innate/bci_charge_action/create_button()
/datum/action/innate/bci_charge_action/create_button(mob/viewer)
var/atom/movable/screen/movable/action_button/button = ..()
button.maptext_x = 2
button.maptext_y = 0