forked from ParadiseSS13/Paradise
-
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.
fix: remove access-less helpers and add a maplint (ParadiseSS13#27462)
- Loading branch information
1 parent
b33be74
commit 324f145
Showing
3 changed files
with
76 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
help: 'These access helpers are only organizational and do not provide any access. Use one of the appropriate subtypes.' | ||
=/obj/effect/mapping_helpers/airlock/windoor/access/all: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/windoor/access/all/command: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/windoor/access/all/engineering: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/windoor/access/all/medical: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/windoor/access/all/science: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/windoor/access/all/security: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/windoor/access/all/service: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/windoor/access/all/supply: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/windoor/access/any: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/windoor/access/any/command: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/windoor/access/any/engineering: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/windoor/access/any/medical: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/windoor/access/any/science: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/windoor/access/any/security: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/windoor/access/any/service: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/windoor/access/any/supply: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/access/all: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/access/all/centcomm: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/access/all/command: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/access/all/engineering: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/access/all/medical: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/access/all/ruins: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/access/all/science: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/access/all/security: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/access/all/service: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/access/all/shuttles: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/access/all/supply: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/access/any: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/access/any/command: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/access/any/engineering: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/access/any/medical: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/access/any/science: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/access/any/security: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/access/any/service: | ||
banned: true | ||
=/obj/effect/mapping_helpers/airlock/access/any/supply: | ||
banned: true |