Skip to content

Map element datums

Rob Nelson requested to merge pull/10137/matm into Bleeding-Edge

Created by: unid15

  • Added /datum/map_element objects. Vaults and away missions are children of them (as /datum/map_element/vault and /datum/map_element/away_mission, respectively)
  • Merged "Jump to Vault" and "Jump to Away Mission" procs into "Jump to Map Element"
  • Added "Load Map Element" proc that lets admins load any vault, away mission or external map file into the game. Away missions loaded through this proc function just like normal away missions - you can use the gateways and so on.
  • Fixed maploader not processing underlying turfs correctly. Before: http://puu.sh/oYRuJ/8fd01b5f52.png . After: http://puu.sh/oYRGK/e93f1737ee.png . This should also fix some nasty runtimes

Jump to Map Element looks like this:

Merge request reports