mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-16 02:32:55 +01:00
7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
/datum/lore/location
|
|
var/desc = ""
|
|
var/mission_types = list()
|
|
|
|
/datum/lore/location/New(_desc,_mission_types)
|
|
desc = _desc
|
|
mission_types = _mission_types |