Files
Bubberstation/code/modules
SkyratBot dbf3f79d54 [MIRROR] Update zlevel movement verbs to check if remotely controlling something else (like adv camera console) [MDB IGNORE] (#25917)
* Update zlevel movement verbs to check if remotely controlling something else (like adv camera console) (#80649)

## About The Pull Request

The zlevel movement verbs Up and Down didn't check for if you were
remotely controlling something else before issuing its movement. This
was perceivable when trying to use an advanced camera console like the
Xenobiology consoles and attempting to use the hotkeys for those verbs,
for instance in a station like Tramstation where Xenobiology and
Cytology span two z-levels.

## Why It's Good For The Game

This behavior is similar to the way the AI eye moves, and it works there
- so I have to assume this check was left out by accident. By fixing it,
it'll make some xenobiologist lives easier, and prevents confusion from
there being a HUD action for something without a hotkey in that case.

## Changelog
:cl:Echomori
fix: trying to move up or down while controlling an advanced camera
console now properly moves the camera up or down, not your body
/🆑

* Update zlevel movement verbs to check if remotely controlling something else (like adv camera console)

---------

Co-authored-by: qkjrmid <qkjr@qkjr.xyz>
Co-authored-by: Pinta <68373373+softcerv@users.noreply.github.com>
2023-12-30 16:29:41 -05:00
..