From c0698bd220436862a7ef0805abc7a89f383860a5 Mon Sep 17 00:00:00 2001 From: BurgerLua Date: Wed, 31 Jul 2019 16:40:49 -0700 Subject: [PATCH] whitespace --- code/modules/mob/dead/new_player/new_player.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/mob/dead/new_player/new_player.dm b/code/modules/mob/dead/new_player/new_player.dm index 1ff4f9fcb9..47c6cf0170 100644 --- a/code/modules/mob/dead/new_player/new_player.dm +++ b/code/modules/mob/dead/new_player/new_player.dm @@ -450,10 +450,7 @@ if(SHUTTLE_CALL) if(!SSshuttle.canRecall()) dat += "
The station is currently undergoing evacuation procedures.

" - - - var/available_job_count = 0 for(var/datum/job/job in SSjob.occupations) if(job && IsJobUnavailable(job.title, TRUE) == JOB_AVAILABLE)