From 030c84509739c3eba35ed02e917a9175c7eb83b5 Mon Sep 17 00:00:00 2001 From: Lhars Date: Fri, 1 Nov 2024 12:26:59 -0300 Subject: [PATCH] Fuck indentation --- code/modules/jobs/job_types/roguetown/roguetown.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/jobs/job_types/roguetown/roguetown.dm b/code/modules/jobs/job_types/roguetown/roguetown.dm index 493856155..56edec68e 100644 --- a/code/modules/jobs/job_types/roguetown/roguetown.dm +++ b/code/modules/jobs/job_types/roguetown/roguetown.dm @@ -49,7 +49,7 @@ /datum/outfit/job/roguetown/pre_equip(mob/living/carbon/human/H, visualsOnly = FALSE) . = ..() - if(H.dna?.species) + if(H.dna?.species) if(isanthrom(H)) H.change_stat("strength", 8) H.change_stat("constitution", 8)