From f9ce0759a32be8777cb1cd18c7b10be985e51c58 Mon Sep 17 00:00:00 2001 From: LetterN <24603524+LetterN@users.noreply.github.com> Date: Sat, 30 Oct 2021 14:25:44 +0800 Subject: [PATCH] indentation moment --- code/game/objects/items/devices/geiger_counter.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/game/objects/items/devices/geiger_counter.dm b/code/game/objects/items/devices/geiger_counter.dm index 01175969bd..aa54ee6219 100644 --- a/code/game/objects/items/devices/geiger_counter.dm +++ b/code/game/objects/items/devices/geiger_counter.dm @@ -54,12 +54,12 @@ if(current_tick_amount) grace = RAD_GRACE_PERIOD - last_tick_amount = current_tick_amount + last_tick_amount = current_tick_amount - else if(!(obj_flags & EMAGGED)) - grace-- - if(grace <= 0) - radiation_count = 0 + else if(!(obj_flags & EMAGGED)) + grace-- + if(grace <= 0) + radiation_count = 0 current_tick_amount = 0