mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user