forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makes grid check area protection actually work (tgstation#80863)
## About The Pull Request Okay so turns out, the only thing stopping the exterior sm chamber from being shut down by a grid check are the filters being marked as critical. There's SUPPOSED to be an area based check, but that wasn't being set up properly, so it only protected a single area, no subtypes. Beyond fixing the very rare case that the sm room becomes vulnerable when the filters are removed/replaced, the atmos engine and ai sat foyer are also now protected. AI upload is NOT protected. Also, I don't believe it has any impact now that the area check is working, but I've made sure that the canister filters are also marked as critical- They were already on all but northstar and birdshot. Fixes tgstation#80852 ## Why It's Good For The Game fix bug, throw insect into sm ## Changelog :cl: fix: Certain areas are now properly protected against grid check. Namely the supermatter should consistently be protected. /:cl:
- Loading branch information
1 parent
57f2251
commit 400b10f
Showing
4 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters