From 6b81ecbeb0d65f26bdc71cf92b7c34e93288ca84 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Fri, 29 Sep 2017 17:46:59 -0400 Subject: [PATCH] time for 150 hours of testing --- code/citadel/cit_crewobjectives.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)