Teleportation scroll change (#3617)

The teleportation scroll will no longer teleport people onto open spaces.
Closes #3602
This commit is contained in:
Ron
2017-10-14 12:25:43 -04:00
committed by Erki
parent 3dc277c877
commit 36e8ba16a6

View File

@@ -75,7 +75,7 @@
smoke.start()
var/list/L = list()
for(var/turf/T in get_area_turfs(thearea.type))
if(!T.density)
if(!T.density && !T.is_hole)
var/clear = 1
for(var/obj/O in T)
if(O.density)