Quick fixes for my last commit.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2961 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2012-01-16 08:55:20 +00:00
parent acbd1321d1
commit ffe42d1ca6
5 changed files with 3132 additions and 3176 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ proc/process_ghost_teleport_locs()
ghostteleportlocs += AR.name
ghostteleportlocs[AR.name] = AR
var/turf/picked = pick(get_area_turfs(AR.type))
if (picked.z == 1 || picked.z == 5)
if (picked.z == 1 || picked.z == 5 || picked.z == 3)
ghostteleportlocs += AR.name
ghostteleportlocs[AR.name] = AR