No need for wall checks

This commit is contained in:
Unknown
2019-09-18 15:35:56 -04:00
parent fcaf8906b2
commit 69691a209f

View File

@@ -7,7 +7,7 @@
/datum/map_template/shelter/New()
. = ..()
blacklisted_turfs = typecacheof(list(/turf/unsimulated, /turf/simulated/wall, /turf/simulated/floor/tiled))
blacklisted_turfs = typecacheof(list(/turf/unsimulated, /turf/simulated/floor/tiled))
banned_areas = typecacheof(/area/shuttle)
banned_objects = list()