mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user