Fixes Holodeck Being Unshielded from Radiation (#13924)

This commit is contained in:
SleepyGemmy
2022-05-15 00:42:55 +02:00
committed by GitHub
parent 8ba09e07ea
commit 0e6d6aac1d
8 changed files with 533 additions and 408 deletions
+2 -1
View File
@@ -293,7 +293,8 @@
/datum/unit_test/map_test/all_station_areas_shall_be_on_station_zlevels
name = "MAP: Station areas shall be on station z-levels"
var/list/exclude = list(
/area/holodeck // These are necessarily mapped on a non-station z-level so they can be copied over to the holodeck on the station z-levels
/area/holodeck, // These are necessarily mapped on a non-station z-level so they can be copied over to the holodeck on the station z-levels
/area/horizon/holodeck
)
/datum/unit_test/map_test/all_station_areas_shall_be_on_station_zlevels/start_test()