more banned areas (#17108)

This commit is contained in:
S34N
2021-11-15 20:51:16 +00:00
committed by GitHub
parent 9f533d137d
commit b912fc901a
+1 -1
View File
@@ -9,7 +9,7 @@
. = ..()
blacklisted_turfs = typecacheof(list(/turf/simulated/wall, /turf/simulated/mineral))
whitelisted_turfs = list()
banned_areas = typecacheof(/area/shuttle)
banned_areas = typecacheof(list(/area/shuttle, /area/holodeck/alphadeck))
/datum/map_template/shelter/proc/check_deploy(turf/deploy_location)
var/affected = get_affected_turfs(deploy_location, centered=TRUE)