From af14c2d03a76aeb8498bea67c3fec420f53d3e9a Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 11 Dec 2015 20:21:26 +0000 Subject: [PATCH] Space's default turf is space. You'd think that was pretty clear and easy to remember to do, right? Wrong. Apparently. --- code/game/area/Space Station 13 areas.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/area/Space Station 13 areas.dm b/code/game/area/Space Station 13 areas.dm index 60dc87b2eed..5a5486a6b30 100755 --- a/code/game/area/Space Station 13 areas.dm +++ b/code/game/area/Space Station 13 areas.dm @@ -105,6 +105,7 @@ var/list/ghostteleportlocs = list() power_equip = 0 power_environ = 0 ambience = list('sound/ambience/ambispace.ogg','sound/music/title2.ogg','sound/music/space.ogg','sound/music/main.ogg','sound/music/traitor.ogg') + base_turf = /turf/space area/space/atmosalert() return