Skip to content

Commit

Permalink
Update create_and_destroy.dm
Browse files Browse the repository at this point in the history
exception for linter
  • Loading branch information
silencer-pl committed Sep 18, 2024
1 parent f9fa2be commit 039cfe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/unit_tests/create_and_destroy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ GLOBAL_VAR_INIT(running_create_and_destroy, FALSE)
/atom/movable/lighting_mask, //leave it alone
//This is meant to fail extremely loud every single time it occurs in any environment in any context, and it falsely alarms when this unit test iterates it. Let's not spawn it in.
/obj/merge_conflict_marker,
/obj/structure/xenosurge_spawner/, // Uses long timers and causes false positives
)
//This turf existing is an error in and of itself
ignore += typesof(/turf/baseturf_skipover)
Expand Down

0 comments on commit 039cfe5

Please sign in to comment.