mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
Piggyback on holomaps to generate runtime maps (#17731)
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
/datum/tgui_module/atmos_control/ui_assets(mob/user)
|
||||
. = ..()
|
||||
. += get_asset_datum(/datum/asset/simple/nanomaps)
|
||||
. += get_asset_datum(/datum/asset/simple/holo_nanomap)
|
||||
|
||||
/datum/tgui_module/atmos_control/tgui_interact(mob/user, datum/tgui/ui = null)
|
||||
ui = SStgui.try_update_ui(user, src, ui)
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
/datum/tgui_module/crew_monitor/ui_assets(mob/user)
|
||||
return list(
|
||||
get_asset_datum(/datum/asset/simple/nanomaps),
|
||||
get_asset_datum(/datum/asset/simple/holo_nanomap),
|
||||
)
|
||||
|
||||
/datum/tgui_module/crew_monitor/tgui_act(action, params, datum/tgui/ui)
|
||||
|
||||
@@ -280,7 +280,6 @@
|
||||
),
|
||||
//"refreshing" = refreshing,
|
||||
"refreshing" = FALSE,
|
||||
"map" = (using_map && using_map.path) ? using_map.path : "Unknown",
|
||||
"mapZLevel" = map_z_level,
|
||||
"window" = list(
|
||||
"key" = window_key,
|
||||
|
||||
Reference in New Issue
Block a user