Skip to content

Commit

Permalink
unit test exception
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilDragonfiend committed Apr 22, 2024
1 parent fdbca0a commit d35cbe0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/unit_tests/create_and_destroy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
//We'll spawn everything here
var/turf/spawn_at = run_loc_floor_bottom_left
var/list/ignore = list(
//this is somehow a subtype of /atom/movable, because of its purpose...
/image/appearance
//Never meant to be created, errors out the ass for mobcode reasons
/mob/living/carbon,
//Nother template type, doesn't like being created with no seed
Expand Down

0 comments on commit d35cbe0

Please sign in to comment.