Files
WildkinsandGitHub bad60b2f67 Revert new lobby ui. (#21494)
Reverts #20467

For some reason, if you put a png into icon() and then show that to a
client, it uses a colossal amount of GPU. No idea.

Reverts to our older lobby system pending TGUI update.

Fixes #21489
2025-10-14 23:04:18 +00:00

27 lines
719 B
Plaintext

/datum/map/event/odin_departure
name = "GenericDock"
full_name = "Generic Dock"
path = "event/generic_dock"
lobby_icons = list('icons/misc/titlescreens/aurora/nss_aurora.dmi', 'icons/misc/titlescreens/aurora/synthetics.dmi', 'icons/misc/titlescreens/aurora/tajara.dmi')
lobby_transitions = 10 SECONDS
allowed_jobs = list(/datum/job/visitor)
admin_levels = list(1)
contact_levels = list(1,2)
player_levels = list(1,2)
accessible_z_levels = list(1,2)
restricted_levels = list(2)
station_name = "NSS Event"
station_short = "Event"
dock_name = "NTCC Odin"
dock_short = "Odin"
boss_name = "Central Command"
boss_short = "CentCom"
company_name = "NanoTrasen"
company_short = "NT"
use_overmap = FALSE