mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
You can no longer deploy survival/fishing capsules by the holodeck and permanently brick it. (#87941)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user