Simultaneous map definitions (#16924)

* initial

* Update file pathing

* Fix dup vars

* Move shuttle datums around

* Why am I fixing pdas

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Drathek
2025-03-03 16:25:45 -06:00
committed by GitHub
parent 592bbd1a1e
commit 3e46e16e8c
49 changed files with 2078 additions and 2674 deletions
-10
View File
@@ -39,13 +39,3 @@
/datum/random_map/noise/ore/mining/check_map_sanity()
return 1 //Totally random, but probably beneficial.
/area/gb_mine/
ambience = list('sound/ambience/ambimine.ogg', 'sound/ambience/song_game.ogg')
base_turf = /turf/simulated/mineral/floor
/area/gb_mine/unexplored
name = "Virgo 3c Underground"
icon_state = "unexplored"
/area/gb_mine/explored
name = "Virgo 3c Underground"
icon_state = "explored"