-
-
Notifications
You must be signed in to change notification settings - Fork 682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Despaces the Prison on Fland #11472
Despaces the Prison on Fland #11472
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a test in tools\maplint\lints
It needs to read
/turf/open/space:
banned_neighbors:
- /obj/machinery/door
- /obj/effect/spawner/structure/window
and then we can expand on it in the future.
You can put an = before the typepath if you don't want to match subtypes
Wouldn't banning space next to windows cause a ton of issues? |
It wasn't for banning windows next to space, it was banning window tiles and doors on space. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved map-wise
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catches
About The Pull Request
Fixes a hole in fland introduced by #11364
Also adds a new linter check that checks for space underneath windows and doors.
Why It's Good For The Game
Space, the final frontier. I don't think anyone can breathe it though. so I think it might be safer to seal it off.
Testing Photographs and Procedure
Screenshots&Videos
Changelog
🆑
code: Introduces a new mapping linter check for windows and doors on space
fix: [FlandStation] The prison is no longer exposed to space roundstart.
/:cl: