mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
## 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 /🆑