Skip to content

Commit

Permalink
Forgot the role
Browse files Browse the repository at this point in the history
  • Loading branch information
brndd committed Dec 13, 2024
1 parent e94ec95 commit 3628fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/gamemode/role/divergentclone.dm
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@
pod = find_eligible_pod(ghost)
else
return
else if(!force_spawn_as && pod.occupants.len == 0 && pod.cloned_records.len == 0)
else if(!role.force_spawn_as && pod.occupants.len == 0 && pod.cloned_records.len == 0)
switch(alert(ghost, "This pod has never cloned anyone. Would you like to jump to the nearest eligible pod?", "Jump to nearest pod?", "Yes", "No"))
if("Yes")
pod = find_eligible_pod(ghost)
Expand Down

0 comments on commit 3628fe5

Please sign in to comment.