You can no longer deploy survival/fishing capsules by the holodeck and permanently brick it. (#87941)

This commit is contained in:
Ghom
2024-11-17 13:30:56 +01:00
committed by GitHub
parent a9864a5268
commit db8e0d7575
+1 -1
View File
@@ -17,7 +17,7 @@
/datum/map_template/shelter/New()
. = ..()
blacklisted_turfs = typecacheof(/turf/closed)
banned_areas = typecacheof(/area/shuttle)
banned_areas = typecacheof(list(/area/shuttle, /area/station/holodeck))
/datum/map_template/shelter/proc/check_deploy(turf/deploy_location, obj/item/survivalcapsule/capsule, ignore_flags = NONE)
var/affected = get_affected_turfs(deploy_location, centered=TRUE)