mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-30 00:30:06 +01:00
Merge pull request #8757 from Spookerton/spkrtn/sys/ssatoms-massage
ssatoms stuff
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
name = "SUBSYSTEM - ATOMS: Shall have no bad init calls"
|
||||
|
||||
/datum/unit_test/subsystem_atom_shall_have_no_bad_init_calls/start_test()
|
||||
if(SSatoms.BadInitializeCalls.len)
|
||||
if(SSatoms.bad_init_calls.len)
|
||||
log_bad(jointext(SSatoms.InitLog(), null))
|
||||
fail("[SSatoms] had bad initialization calls.")
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user