diff --git a/code/citadel/cit_crewobjectives.dm b/code/citadel/cit_crewobjectives.dm index 91b7594e6a..1675ca8f03 100644 --- a/code/citadel/cit_crewobjectives.dm +++ b/code/citadel/cit_crewobjectives.dm @@ -16,7 +16,7 @@ return if(!crewMind.assigned_role) return - var/validobjs = get_valid_crew_objs(ckey(crewMind.assigned_role)) + var/list/validobjs = get_valid_crew_objs(ckey(crewMind.assigned_role)) if(isnull(validobjs)) return if(!validobjs.len)