time for 150 hours of testing

This commit is contained in:
deathride58
2017-09-29 17:46:59 -04:00
parent 808b0b6d9a
commit 6b81ecbeb0
+1 -1
View File
@@ -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)