mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-27 14:46:57 +01:00
unit test
this is the easy part, believe it or not
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
for(var/i in subtypesof(/datum/element))
|
||||
var/datum/element/faketype = i
|
||||
if((initial(faketype.element_flags) & ELEMENT_BESPOKE) && initial(faketype.id_arg_index) == base_index)
|
||||
Fail("A bespoke element was not configured with a proper id_arg_index: [faketype]")
|
||||
TEST_FAIL("A bespoke element was not configured with a proper id_arg_index: [faketype]")
|
||||
|
||||
Reference in New Issue
Block a user