mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
more banned areas (#17108)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user