marks area/ruin/space as outdoors so it's not a valid dropoff location

This commit is contained in:
Kraseo
2020-03-06 12:08:32 +01:00
parent ad20fb1a0e
commit 87773343c1
2 changed files with 13 additions and 108 deletions
+11 -108
View File
@@ -1,111 +1,14 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"e" = (
/turf/template_noop,
/area/template_noop)
"m" = (
/turf/closed/mineral/random/no_caves,
/area/ruin/space)
"q" = (
/turf/open/floor/plating/asteroid/airless,
/area/ruin/space)
"e" = (/turf/template_noop,/area/template_noop)
"m" = (/turf/closed/mineral/random/no_caves,/area/ruin/space)
"q" = (/turf/open/floor/plating/asteroid/airless,/area/ruin/space)
(1,1,1) = {"
e
e
e
q
q
e
e
e
"}
(2,1,1) = {"
e
e
q
m
m
q
e
e
"}
(3,1,1) = {"
e
q
m
m
m
m
q
e
"}
(4,1,1) = {"
e
q
m
m
m
m
m
q
"}
(5,1,1) = {"
q
m
m
m
m
m
m
q
"}
(6,1,1) = {"
q
m
m
m
m
m
m
q
"}
(7,1,1) = {"
q
m
m
m
m
m
q
e
"}
(8,1,1) = {"
e
q
m
m
m
m
q
e
"}
(9,1,1) = {"
e
e
q
m
m
q
e
e
"}
(10,1,1) = {"
e
e
e
q
q
e
e
e
eeeeqqqeee
eeqqmmmqee
eqmmmmmmqe
qmmmmmmmmq
qmmmmmmmmq
eqmmmmmmqe
eeqmmmqqee
eeeqqqeeee
"}
+2
View File
@@ -3,6 +3,8 @@
/area/ruin/space
has_gravity = FALSE
blob_allowed = FALSE //Nope, no winning in space as a blob. Gotta eat the station.
outdoors = TRUE
ambientsounds = SPACE
/area/ruin/space/has_grav
has_gravity = STANDARD_GRAVITY