Files
Bubberstation/code
MrMelbert d920ae7315 Fix telekinesis / ai / mecha door usage + Adds more airlock access unit tests (#91799)
## About The Pull Request

Fixes #91795
Fixes #91790

Checking for `MOBILITY_USE` in `allowed` has too broad of an effect,
catching mobs which don't have `MOBILITY_USE` but should otherwise be
able to use doors.

I checked with JFW and this was done to prevent spirits from accessing
doors on click. So I just moved it to attack hand.

Telekinesis interactions was also fixed by adding a `check_access(null)`
check back to `allowed` as it used to have. Not sure why it was ever
removed.

## Changelog

🆑 Melbert
fix: AIs can open windoors
fix: Mechas can open airlocks
fix: Handcuffed people can open public airlocks
fix: Telekinesis can open public airlocks
/🆑
2025-06-26 08:21:42 +10:00
..