Skip to content

Commit

Permalink
duh
Browse files Browse the repository at this point in the history
  • Loading branch information
brndd committed Dec 19, 2024
1 parent 0576371 commit 1d992e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/gamemode/objectives/divergentclone.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
return FALSE

var/datum/role/divergentclone/role = owner.GetRole(DIVERGENTCLONE)
if(role?.role.has_spawned_in)
if(role?.has_spawned_in)
return TRUE

/datum/objective/acquire_personal_id
Expand Down

0 comments on commit 1d992e9

Please sign in to comment.