Files
Paradise/code/modules/mapping/base_map_datum.dm
AffectedArc07 663eff7b5e MAP ROTATION PART 2 (#12345)
* MAP ROTATION

* Tweaks + New additions

* Apply suggestions from code review

Co-authored-by: dearmochi <shenesis@gmail.com>

* Fixes improper naming

* Fixes map vote

Co-authored-by: dearmochi <shenesis@gmail.com>
2021-05-24 08:25:18 -06:00

15 lines
410 B
Plaintext

/**
* Map Datum
*
* Datum which holds all of the information for maps ingame
* This is used for showing map information, as well as map loading
*
**/
/datum/map
/// Name of the map to be shown in the statpanel
var/fluff_name
/// Name to be used when using the map from a technical standpoint. Used in TGUI Nanomaps among other things.
var/technical_name
/// Path to the map file
var/map_path