Skip to content

Commit

Permalink
luna map (start porting)
Browse files Browse the repository at this point in the history
  • Loading branch information
Derven committed Jan 26, 2019
1 parent 15f26c4 commit 32ee12a
Show file tree
Hide file tree
Showing 6 changed files with 1,089 additions and 299 deletions.
4 changes: 4 additions & 0 deletions ATOM/TURFS/SIMULATED/FLOORS/LunaTypes.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/turf/simulated/shuttle/wall
/area/syndicate_station
/turf/simulated/shuttle/wall
/obj/machinery/door/poddoor
2 changes: 2 additions & 0 deletions ATOM/TURFS/UNSIMULATED/FLOORS/planet.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/turf/unsimulated/floor

catwalk
icon_state = "catwalk"

planet
icon_state = "asteroid"
Expand Down
784 changes: 784 additions & 0 deletions MAP_PORTING/luna.dmm

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion SYSTEM/MAPSAVE/xyz.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ proc/savemap()
/*
The save() verb saves a map with name "[map_name].dmm".
*/
var/map_name = "tgmap2"
var/map_name = "dervenluna"
var/dmm_suite/D = new()
var/turf/south_west_deep = locate(1,1,1)
var/turf/north_east_shallow = locate(world.maxx,world.maxy,world.maxz)
Expand Down
Loading

0 comments on commit 32ee12a

Please sign in to comment.