Skip to content

Commit

Permalink
ЗАХВАТ ВЛАСТИ
Browse files Browse the repository at this point in the history
  • Loading branch information
800maximum123 committed Aug 11, 2024
1 parent fec7341 commit 63b1cb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/modules/mob/new_player/new_player.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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!"))
Expand All @@ -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))
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 63b1cb3

Please sign in to comment.