Port Volturno Bar (#22308)

Replaces the top floor of WITCH HAND with a small bar, several other
minor fixes/cleanup in the area.
<img width="1237" height="1217" alt="Screenshot 2026-04-21 130646"
src="https://github.com/user-attachments/assets/fd89d713-9686-4b2f-9df8-aac5a44bda7c"
/>

Also, a minimap and portable map readers distributed at the spaceport
and ghost role spawns.
<img width="553" height="289" alt="image"
src="https://github.com/user-attachments/assets/3b15998f-e0be-4db2-bc82-3e50dc457549"
/>
This commit is contained in:
Batrachophreno
2026-04-22 16:33:55 -04:00
committed by GitHub
parent 74a02b1f99
commit 44bb1d5c82
9 changed files with 116257 additions and 115481 deletions
@@ -12,6 +12,8 @@
/// If zero/null, show the z-level of the user, otherwise show `z_override` z-level.
var/z_override = 0
/// If FALSE, do not display the Show/Hide Legend button
var/legend_enabled = TRUE
/datum/computer_file/program/map/ui_data(mob/user)
var/list/data = list()
@@ -33,6 +35,7 @@
data["user_z"] = user.z
data["station_levels"] = zlevels_affected
data["z_override"] = z_override
data["legend_enabled"] = legend_enabled
data["dept_colors_map"] = list(
list("d"="Command", "c"=HOLOMAP_AREACOLOR_COMMAND),