diff --git a/code/modules/mob/new_player/new_player_vr.dm b/code/modules/mob/new_player/new_player_vr.dm index f32834589a..6e49e6e52e 100644 --- a/code/modules/mob/new_player/new_player_vr.dm +++ b/code/modules/mob/new_player/new_player_vr.dm @@ -11,6 +11,11 @@ to_chat(src,"You've already quit the round as this character. You can't go back now that you've free'd your job slot. Play another character, or wait for the next round.") pass = FALSE + //Do they have their scale properly setup? + if(!client.prefs.size_multiplier) + pass = FALSE + to_chat(src,"You have not set your scale yet. Do this on the VORE tab in character setup.") + //Custom species checks if (client && client.prefs && client.prefs.species == "Custom Species")