ci: update maplint for APC mapping helpers (#24367)

This commit is contained in:
warriorstar-orion
2024-03-06 13:30:23 +00:00
committed by GitHub
parent c22691c295
commit 6e9f01b4f9
2 changed files with 33 additions and 7 deletions
-7
View File
@@ -1,7 +0,0 @@
help: "Use the directional variants when possible."
/obj/machinery/power/apc:
banned_variables:
pixel_x:
allow: [24, -24]
pixel_y:
allow: [24, -24]
+33
View File
@@ -0,0 +1,33 @@
help: "Use the specific directional subtypes for this APC."
/obj/machinery/power/apc:
banned_variables:
- pixel_x
- pixel_y
=/obj/machinery/power/apc:
banned: true
=/obj/machinery/power/apc/directional:
banned: true
=/obj/machinery/power/apc/important:
banned: true
=/obj/machinery/power/apc/important/directional:
banned: true
=/obj/machinery/power/apc/critical:
banned: true
=/obj/machinery/power/apc/critical/directional:
banned: true
=/obj/machinery/power/apc/off_station:
banned: true
=/obj/machinery/power/apc/off_station/directional:
banned: true
=/obj/machinery/power/apc/syndicate:
banned: true
=/obj/machinery/power/apc/syndicate/directional:
banned: true
=/obj/machinery/power/apc/syndicate/off:
banned: true
=/obj/machinery/power/apc/syndicate/off/directional:
banned: true
=/obj/machinery/power/apc/worn_out:
banned: true
=/obj/machinery/power/apc/worn_out/directional:
banned: true