mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Stairs unit test (#18465)
* sdf * fsaddf * sadf * sadf * expanded documentation on stairs
This commit is contained in:
@@ -129,7 +129,7 @@ SUBSYSTEM_DEF(unit_tests)
|
||||
for(var/thing in subtypesof(/datum/unit_test) - typecacheof(SSatlas.current_map.excluded_test_types))
|
||||
var/datum/unit_test/D = new thing
|
||||
|
||||
if(findtext(D.name, "template"))
|
||||
if(findtext(D.name, "template") || is_abstract(D))
|
||||
qdel(D)
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user