mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 01:52:15 +00:00
Teleportation scroll change (#3617)
The teleportation scroll will no longer teleport people onto open spaces. Closes #3602
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user