mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Removes UNIT_TEST_FOCUS from boulder processing and adds a warning message that alerts when CI has it. (#96911)
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
*/
|
||||
|
||||
/datum/unit_test/boulder_processing
|
||||
test_flags = UNIT_TEST_FOCUS
|
||||
|
||||
/datum/unit_test/boulder_processing/Run()
|
||||
var/turf/refinery_loc = get_step(run_loc_floor_bottom_left, EAST)
|
||||
|
||||
@@ -68,6 +68,8 @@ GLOBAL_VAR_INIT(focused_tests, focused_tests())
|
||||
var/datum/map_template/unit_tests/template = new
|
||||
reservation = template.load_new_z()
|
||||
|
||||
if(test_flags & UNIT_TEST_FOCUS)
|
||||
warning("[src] has UNIT_TEST_FOCUS present inside var/test_flags.")
|
||||
uncreatables ||= build_list_of_uncreatables()
|
||||
|
||||
allocated = list()
|
||||
|
||||
Reference in New Issue
Block a user