mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
ci: update maplint for APC mapping helpers (#24367)
This commit is contained in:
@@ -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]
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user