Skip to content

Commit

Permalink
Update breath.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint committed Oct 22, 2023
1 parent a03a753 commit 476f3e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/unit_tests/breath.dm
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
/datum/unit_test/breath/breath_sanity_ashwalker

/datum/unit_test/breath/breath_sanity_ashwalker/Run()
if(SSmapping.config.map_name = "Oshan Station")
return
var/mob/living/carbon/human/species/lizard/ashwalker/lab_rat = allocate(/mob/living/carbon/human/species/lizard/ashwalker)
lab_rat.forceMove(run_loc_floor_bottom_left)
var/turf/open/to_fill = run_loc_floor_bottom_left
Expand Down

0 comments on commit 476f3e2

Please sign in to comment.