mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 04:37:45 +01:00
[MIRROR] Default spawnpoint (#12513)
Co-authored-by: TheGreatKitsune <88862343+TheGreatKitsune@users.noreply.github.com>
This commit is contained in:
co-authored by
TheGreatKitsune
parent
2c35145493
commit
2c7d0ab610
@@ -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])")
|
||||
|
||||
Reference in New Issue
Block a user