From 856a657a6eb58d704757df282677cff4122022fc Mon Sep 17 00:00:00 2001 From: Chaplain Maximum Date: Sun, 14 Apr 2024 12:41:16 +0300 Subject: [PATCH] Indentations fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Блять, Бруно... --- mods/_fd/bruno_items/code/accessory.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/_fd/bruno_items/code/accessory.dm b/mods/_fd/bruno_items/code/accessory.dm index 9e8e4eed4c45e..75a7989580fd1 100644 --- a/mods/_fd/bruno_items/code/accessory.dm +++ b/mods/_fd/bruno_items/code/accessory.dm @@ -35,10 +35,10 @@ slot_flags = SLOT_MASK | SLOT_TIE /obj/item/clothing/accessory/scarf/shemagh/get_mob_overlay(mob/user_mob, slot) - . = ..() + . = ..() - if(istype(loc, /obj/item/clothing/suit/space/void/exploration)) - return overlay_image(accessory_icons[slot], "shemagh_fat", color, RESET_COLOR) + if(istype(loc, /obj/item/clothing/suit/space/void/exploration)) + return overlay_image(accessory_icons[slot], "shemagh_fat", color, RESET_COLOR) /obj/item/clothing/accessory/scarf/shouldercape name = "shoulder cape"