diff --git a/code/modules/mob/new_player/new_player.dm b/code/modules/mob/new_player/new_player.dm index fb9656cff6..5d798d9a2f 100644 --- a/code/modules/mob/new_player/new_player.dm +++ b/code/modules/mob/new_player/new_player.dm @@ -207,7 +207,7 @@ if("SelectedJob") -// [FD-EDIT] +// [RU-PVE-EDIT] if(usr.client.total_enter_lock) to_chat(usr, SPAN_NOTICE("You have BLACKLISTED from entering!")) @@ -222,7 +222,7 @@ to_chat(usr, SPAN_WARNING("There is an administrative lock on entering the game! (The dropship likely crashed into the Almayer. This should take at most 20 minutes.)")) return */ -// [/FD-EDIT] +// [/RU-PVE-EDIT] if(client.prefs.species != "Human") if(!is_alien_whitelisted(src, client.prefs.species) && CONFIG_GET(flag/usealienwhitelist)) @@ -247,7 +247,7 @@ if(SSticker.current_state != GAME_STATE_PLAYING) to_chat(usr, SPAN_WARNING("The round is either not ready, or has already finished!")) return -// [FD-EDIT] +// [RU-PVE-EDIT] if(usr.client.total_enter_lock) to_chat(usr, SPAN_WARNING("You have BLACKLISTED from entering!")) return 0 @@ -261,7 +261,7 @@ to_chat(usr, SPAN_WARNING("There is an administrative lock on entering the game! (The dropship likely crashed into the Almayer. This should take at most 20 minutes.)")) return */ -// [/FD-EDIT] +// [/RU-PVE-EDIT] if(!RoleAuthority.assign_role(src, player_rank, 1)) to_chat(src, alert("[rank] is not available. Please try another.")) return