Fixes the pre-mapped cave pieces to spawn the right tiles

This commit is contained in:
KorPhaeron
2015-12-03 16:07:00 -06:00
parent 0e4078fb90
commit b8909aa814
+2
View File
@@ -330,6 +330,7 @@ var/global/list/rockTurfEdgeCache
var/length = 100
var/mob_spawn_list = list("Goldgrub" = 1, "Goliath" = 5, "Basilisk" = 4, "Hivelord" = 3)
var/sanity = 1
turf_type = /turf/simulated/floor/plating/asteroid/airless
/turf/simulated/floor/plating/asteroid/airless/cave/New(loc, var/length, var/go_backwards = 1, var/exclude_dir = -1)
@@ -509,6 +510,7 @@ var/global/list/rockTurfEdgeCache
/turf/simulated/floor/plating/asteroid/airless
oxygen = 0.01
nitrogen = 0.01
turf_type = /turf/simulated/floor/plating/asteroid/airless
temperature = TCMB
/turf/simulated/floor/plating/asteroid/basalt