mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-23 00:31:57 +00:00
16 lines
438 B
Plaintext
16 lines
438 B
Plaintext
/datum/map_template/vr/level
|
|
prefix = "_maps/map_files/vr/"
|
|
|
|
/datum/map_template/vr/level/lobby
|
|
id = "lobby"
|
|
suffix = "lobby.dmm"
|
|
name = "Virtual Hub Facility"
|
|
description = "This is the lobby. The hub for all things VR."
|
|
outfit = /datum/outfit/vr/vr_basic
|
|
|
|
/datum/map_template/vr/level/roman
|
|
id = "roman"
|
|
suffix = "blood_and_sand.dmm"
|
|
name = "Blood and Sand Arena"
|
|
description = "To the Death!"
|
|
outfit = /datum/outfit/vr/roman |