Skip to content

Commit

Permalink
Disables restore_atmos
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerfulBacon committed Aug 24, 2024
1 parent d7db0d2 commit 366fb6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/modules/unit_tests/unit_test.dm
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ GLOBAL_VAR_INIT(focused_tests, focused_tests())

/// Resets the air of our testing room to its default
/datum/unit_test/proc/restore_atmos()
var/area/working_area = run_loc_floor_bottom_left.loc
var/list/turf/to_restore = working_area.get_contained_turfs()
for(var/turf/open/restore in to_restore)
restore.Initalize_Atmos()
//var/area/working_area = run_loc_floor_bottom_left.loc
//var/list/turf/to_restore = working_area.get_contained_turfs()
//for(var/turf/open/restore in to_restore)
// restore.Initalize_Atmos()

/datum/unit_test/proc/test_screenshot(name, icon/icon)
if (!istype(icon))
Expand Down

0 comments on commit 366fb6c

Please sign in to comment.