Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Fixes hole in ventcrawl logic [MDB IGNORE] (#24429)
* Fixes hole in ventcrawl logic (#79027) ## About The Pull Request May or may not close tgstation/tgstation#79018 Basically we slept during the `do_after()` and the vent may have been welded while we were sleeping, meaning we could "phase through a welded vent". Just a silly hole in ventcrawling logic that we should be accounting for. ## Why It's Good For The Game I think there's a few issues with ventcrawling (i.e. it being traitbased and not something like an element) but we can tackle that later. Let's just fix any potential holes and issues that might come with it. ## Changelog :cl: fix: People should be crawling into welded vents a lot less now. /:cl: No guarantee on the linked issue disappearing since I couldn't replicate it on my end, just noticed a logic failure. * Fixes hole in ventcrawl logic --------- Co-authored-by: san7890 <[email protected]>
- Loading branch information