Turf Refactor, Part 1: Purging /turf/simulated/shuttle (#15454)

* Turf Refactor, Part 1: Purging /turf/simulated/shuttle

* everything but shuttle templates

* it is done

* titanium airlocks

* correcting multi-turfs
This commit is contained in:
Fox McCloud
2021-02-07 06:06:55 -05:00
committed by GitHub
parent 8542d8f087
commit aa86510c54
69 changed files with 7447 additions and 16321 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
/datum/map_template/shelter/New()
. = ..()
blacklisted_turfs = typecacheof(list(/turf/simulated/wall, /turf/simulated/mineral, /turf/simulated/shuttle/wall))
blacklisted_turfs = typecacheof(list(/turf/simulated/wall, /turf/simulated/mineral))
whitelisted_turfs = list()
banned_areas = typecacheof(/area/shuttle)