[MIRROR] Default spawnpoint (#12513)

Co-authored-by: TheGreatKitsune <88862343+TheGreatKitsune@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-03-11 22:15:01 +01:00
committed by GitHub
co-authored by TheGreatKitsune
parent 2c35145493
commit 2c7d0ab610
3 changed files with 12 additions and 0 deletions
+6
View File
@@ -236,3 +236,9 @@
if(failed)
TEST_FAIL("Map has smes with duplicated RCon_tag")
/datum/unit_test/default_spawnpoint_exists
/datum/unit_test/default_spawnpoint_exists/Run()
var/datum/spawnpoint/default_spawnpoint = new DEFAULT_LATEJOIN_LOCATION()
TEST_ASSERT(LAZYLEN(default_spawnpoint.turfs), "Map does not define the default spawnpoint location ([default_spawnpoint.display_name])")