From 3c3690ec5a6ee6a31f9a2799f3dd773a221b651e Mon Sep 17 00:00:00 2001 From: DeltaFire <46569814+DeltaFire15@users.noreply.github.com> Date: Sun, 30 Jun 2024 18:12:42 +0200 Subject: [PATCH] continue --- nsv13/code/controllers/subsystem/overmap_mode.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nsv13/code/controllers/subsystem/overmap_mode.dm b/nsv13/code/controllers/subsystem/overmap_mode.dm index ad4939cf155..162d12a29f8 100644 --- a/nsv13/code/controllers/subsystem/overmap_mode.dm +++ b/nsv13/code/controllers/subsystem/overmap_mode.dm @@ -464,11 +464,11 @@ SUBSYSTEM_DEF(overmap_mode) continue var/datum/job/job_ref = SSjob.GetJob(living_mob.job) if(!job_ref) - return + continue if(job_ref.faction != "Station") - return + continue if(!living_mob.client) - return + continue var/achievement_type if(!SSovermap_mode.round_extended) achievement_type = /datum/award/achievement/misc/crew_competent