mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-04 13:45:25 +01:00
449f86819f
* Fixes implanted legion cores being available for use when dead/unconscious (#78042) ## About The Pull Request Ever since #70546 implanted legion cores have become available for use when the user is unconscious/dead, which was not the case before — it was using an organ action, which checks for `AB_CHECK_CONSCIOUS` #### cores before #70546 https://github.com/tgstation/tgstation/blob/475a4ab7f50ab8e0e9f394905c78586d66696485/code/modules/mining/equipment/regenerative_core.dm#L23-L34 https://github.com/tgstation/tgstation/blob/07fbdbb4e44d27774f0d06ce919ebbcce705d5c0/code/datums/actions/items/organ_action.dm#L1-L3 ## Why It's Good For The Game Prevents this https://user-images.githubusercontent.com/104979184/264586219-8cab1fef-d2ea-4e1c-af43-158865b42b23.mp4 ## Changelog 🆑 fix: fixed implanted legion cores being available for use when unconscious/dead. /🆑 * Fixes implanted legion cores being available for use when dead/unconscious --------- Co-authored-by: Sealed101 <cool.bullseye@yandex.ru>