mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-20 06:56:31 +01:00
tl;dr level collections that can easily be logically restructured/moved as necessary will eventually be used for radio and overmaps location resolution. this is the last part of https://github.com/Citadel-Station-13/Citadel-Station-13-RP/pull/4841 that has not yet been integrated. this will be a draft for a while. --------- Co-authored-by: LetterN <24603524+LetterN@users.noreply.github.com>
12 lines
347 B
Plaintext
12 lines
347 B
Plaintext
//* This file is explicitly licensed under the MIT license. *//
|
|
//* Copyright (c) 2025 Citadel Station Developers *//
|
|
|
|
/**
|
|
* Maps for gateway away missions. Should support uncalibrated gateway spawning.
|
|
*
|
|
* * These will be automatically picked at boot.
|
|
*/
|
|
/datum/map/gateway
|
|
category = "Gateway"
|
|
abstract_type = /datum/map/gateway
|