Fixes cling sting types not initialising (#13159)

* Fixes cling sting types not initialising

* syntax change
This commit is contained in:
farie82
2020-03-21 11:54:38 -04:00
committed by GitHub
parent c146265863
commit d64b50f550
@@ -12,7 +12,7 @@ GLOBAL_LIST_EMPTY(sting_paths)
return
var/datum/changeling/changeling = usr.mind.changeling
if(!GLOB.sting_paths)
if(!GLOB.sting_paths || !GLOB.sting_paths.len)
GLOB.sting_paths = init_subtypes(/datum/action/changeling)
var/dat = create_menu(changeling)