From a96bb5d286a78c19d68df0c3ce90b872bd2ff58e Mon Sep 17 00:00:00 2001 From: InsaneRed Date: Sun, 26 May 2024 20:30:54 +0300 Subject: [PATCH] indentation --- code/game/jobs/job/command/auxiliary/tank_crew.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/jobs/job/command/auxiliary/tank_crew.dm b/code/game/jobs/job/command/auxiliary/tank_crew.dm index aef99d0a0d4f..1a5926b53c05 100644 --- a/code/game/jobs/job/command/auxiliary/tank_crew.dm +++ b/code/game/jobs/job/command/auxiliary/tank_crew.dm @@ -16,9 +16,9 @@ spawn_positions = 0 /datum/job/command/tank_crew/get_total_positions(latejoin = FALSE) - if (length(GLOB.clients) >= 200 || total_positions_so_far > 0) - return 2 - + if(length(GLOB.clients) >= 200 || total_positions_so_far > 0) + return 2 + return 0 /obj/effect/landmark/start/tank_crew