Skip to content

Commit

Permalink
continue
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaFire15 committed Jun 30, 2024
1 parent 13445bc commit 3c3690e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nsv13/code/controllers/subsystem/overmap_mode.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c3690e

Please sign in to comment.