mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
no relative pathing (#16234)
* the voices win in the end * cleanup * changelog * secure.dm hates me * make_exact_fit() in initialize instead of whatever was happening before
This commit is contained in:
@@ -5,11 +5,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
datum/unit_test/template
|
||||
/datum/unit_test/template
|
||||
name = "Ghost Spawner Tests" // If it's a template leave the word "template" in it's name so it's not ran.
|
||||
|
||||
|
||||
datum/unit_test/template/start_test()
|
||||
/datum/unit_test/template/start_test()
|
||||
var/list/ignore_spawners = list(
|
||||
/datum/ghostspawner/human,
|
||||
/datum/ghostspawner/human/admin,
|
||||
|
||||
Reference in New Issue
Block a user