Skip to content

Commit

Permalink
Update new_player.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Legendaxe authored Oct 3, 2024
1 parent fdd12e9 commit 18b4cf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/mob/new_player/new_player.dm
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@
// SS220 ADDITION START - TTS220
if(!check_tts_seed_ready())
return FALSE

if(!can_use_species(src, client.prefs.active_character.species))
to_chat(src, alert("You are currently not whitelisted to play [client.prefs.active_character.species]."))
return FALSE
// SS220 ADDITION END

ready = !ready
Expand Down

0 comments on commit 18b4cf7

Please sign in to comment.