Skip to content

Commit f24a7e0

Browse files
committed
why this dealer
1 parent 31919da commit f24a7e0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

code/modules/mob/living/carbon/human/human_update_icons.dm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,15 +346,12 @@ There are several things that need to be remembered:
346346
var/icon_file = 'icons/mob/clothing/belt.dmi'
347347

348348
var/mutable_appearance/belt_overlay = belt.build_worn_icon(default_layer = BELT_LAYER, default_icon_file = icon_file, bodyshape = bodyshape)
349-
<<<<<<< HEAD
350349
//MASSMETA ADD BEGIN (heads_on_belts)
351350
// для голов на поясе у нас отдельный файлик со спрайтами
352351
if(istype(worn_item, /obj/item/bodypart/head))
353352
icon_file = 'modular_meta/tweaks/heads_on_belts/icons/belt.dmi'
354353
//MASSMETA ADD END
355-
=======
356354
apply_height(belt_overlay, ENTIRE_BODY)
357-
>>>>>>> upstream/master
358355
var/obj/item/bodypart/chest/my_chest = get_bodypart(BODY_ZONE_CHEST)
359356
my_chest?.worn_belt_offset?.apply_offset(belt_overlay)
360357
overlays_standing[BELT_LAYER] = belt_overlay

0 commit comments

Comments
 (0)