mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Converts some map focused tests to map logging (#94538)
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
return FALSE
|
||||
|
||||
var/msg
|
||||
if(PERFORM_ALL_TESTS(focus_only/atom_mounted) && !mark_for_late_init)
|
||||
if(PERFORM_ALL_TESTS(maptest_log_mapping) && !mark_for_late_init)
|
||||
msg = "[type] Could not find attachable object at [location.type] "
|
||||
|
||||
var/list/turf/attachable_turfs = get_turfs_to_mount_on()
|
||||
@@ -161,7 +161,7 @@
|
||||
if(msg)
|
||||
msg += "([target.x],[target.y],[target.z]) "
|
||||
if(msg)
|
||||
stack_trace(msg)
|
||||
log_mapping(msg)
|
||||
|
||||
if(mark_for_late_init)
|
||||
obj_flags |= MOUNT_ON_LATE_INITIALIZE
|
||||
|
||||
Reference in New Issue
Block a user