mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Fixes Holodeck Being Unshielded from Radiation (#13924)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user