mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 14:37:04 +01:00
refactor: Requests console directional helpers. (#26226)
This commit is contained in:
@@ -48,6 +48,8 @@
|
||||
name = "Mining Station"
|
||||
icon_state = "mining"
|
||||
sound_environment = SOUND_AREA_STANDARD_STATION
|
||||
request_console_name = "Mining Outpost"
|
||||
request_console_flags = RC_SUPPLY
|
||||
|
||||
/area/mine/outpost/airlock
|
||||
name = "Mining Station Airlock"
|
||||
@@ -122,6 +124,9 @@
|
||||
/area/mine/outpost/quartermaster
|
||||
name = "Mining Station Quartermaster's Office"
|
||||
icon_state = "qm"
|
||||
request_console_flags = RC_ASSIST | RC_INFO
|
||||
request_console_name = "Quartermaster's Desk"
|
||||
request_console_announces = TRUE
|
||||
|
||||
/area/mine/laborcamp
|
||||
name = "Labor Camp"
|
||||
|
||||
@@ -399,6 +399,8 @@ GLOBAL_LIST_EMPTY(allRequestConsoles)
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/requests_console, 30, 30)
|
||||
|
||||
/proc/send_requests_console_message(message, sender, recipient, stamped, verified, priority, obj/item/radio/radio)
|
||||
if(!message)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user