mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-28 11:03:19 +00:00
No need for wall checks
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
/datum/map_template/shelter/New()
|
/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_areas = typecacheof(/area/shuttle)
|
||||||
banned_objects = list()
|
banned_objects = list()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user