mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 09:34:21 +01:00
mapping: Fix last varedited request consoles and forbid their use. (#26541)
This commit is contained in:
committed by
GitHub
parent
3c7c9cacf0
commit
a74f9574bc
@@ -0,0 +1,9 @@
|
||||
help: "Use the specific directional subtypes for this requests console."
|
||||
/obj/machinery/requests_console:
|
||||
banned_variables:
|
||||
- pixel_x
|
||||
- pixel_y
|
||||
=/obj/machinery/requests_console:
|
||||
banned: true
|
||||
=/obj/machinery/requests_console/directional:
|
||||
banned: true
|
||||
@@ -0,0 +1,7 @@
|
||||
help: "Request consoles are configured directly by their area."
|
||||
/obj/machinery/requests_console:
|
||||
banned_variables:
|
||||
- department
|
||||
- departmentType
|
||||
- announceAuth
|
||||
- announcementConsole
|
||||
Reference in New Issue
Block a user