mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-31 04:31:41 +00:00
5 lines
342 B
Plaintext
5 lines
342 B
Plaintext
/datum/game_test/bespoke_element/Run()
|
|
for(var/datum/element/element_type as anything in subtypesof(/datum/element))
|
|
if(initial(element_type.element_flags) & ELEMENT_BESPOKE && initial(element_type.argument_hash_start_idx) == INFINITY)
|
|
TEST_FAIL("Element type [element_type] has ELEMENT_BESPOKE and a default argument_hash_start_idx.")
|