diff --git a/code/modules/mob/dead/new_player/new_player.dm b/code/modules/mob/dead/new_player/new_player.dm index 848848fa795..16e22f8795f 100644 --- a/code/modules/mob/dead/new_player/new_player.dm +++ b/code/modules/mob/dead/new_player/new_player.dm @@ -131,6 +131,8 @@ //SKYRAT EDIT END if(JOB_UNAVAILABLE_ANTAG_INCOMPAT) return "[jobtitle] is not compatible with some antagonist role assigned to you." + if(JOB_UNAVAILABLE_AGE) + return "Your character is not old enough for [jobtitle]." return GENERIC_JOB_UNAVAILABLE_ERROR