mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
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
39 lines
1.5 KiB
Plaintext
39 lines
1.5 KiB
Plaintext
/datum/map/event/rooftop
|
|
name = "Rooftop"
|
|
full_name = "Mendell City Rooftop"
|
|
path = "event/rooftop"
|
|
lobby_icons = list('icons/misc/titlescreens/mendell/mendell_city.dmi')
|
|
lobby_transitions = FALSE
|
|
allowed_jobs = list(/datum/job/visitor)
|
|
|
|
admin_levels = list()
|
|
contact_levels = list(1)
|
|
player_levels = list(1)
|
|
accessible_z_levels = list(1)
|
|
|
|
station_name = "The Montparnasse"
|
|
station_short = "Montparnasse"
|
|
dock_name = "conglomerate spaceport"
|
|
boss_name = "Idris Incorporated"
|
|
boss_short = "Idris"
|
|
company_name = "Idris Incorporated"
|
|
company_short = "Idris"
|
|
|
|
use_overmap = FALSE
|
|
|
|
map_shuttles = list(
|
|
/datum/shuttle/autodock/ferry/city
|
|
)
|
|
|
|
/obj/item/paper/fluff/rooftop/vr_prep
|
|
name = "VR Introduction Slip"
|
|
info = "Welcome to your very own VR preparation room! You can customize your virtual reality avatar here. Once ready, head out to the Game Selection Hall, where you can head out on your customized adventure! Have fun!"
|
|
|
|
/obj/item/paper/fluff/rooftop/medal_of_valor
|
|
name = "medal of valor intro sheet"
|
|
info = "This stage is for the MEDAL OF VALOR 2 alpha gameplay demo! Please enter your respective team's chair for balance reasons. Do not use the enemy team's base ingame! Remember, sharing is caring!"
|
|
|
|
/obj/item/paper/fluff/rooftop/medal_of_valor_nopush
|
|
name = "Medal of Valor 2 Introduction Slip"
|
|
info = "Welcome to MEDAL OF VALOR 2 gameplay demo. You've entered your teams respective base. Proceed to the fighting! Do not push into the enemy's base under any circumstances! Remember, have fun!"
|