Skip to content

Commit

Permalink
Indentations fix
Browse files Browse the repository at this point in the history
Блять, Бруно...
  • Loading branch information
800maximum123 committed Apr 14, 2024
1 parent 07488cf commit 856a657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mods/_fd/bruno_items/code/accessory.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 856a657

Please sign in to comment.