diff --git a/modular_ss220/mobs/code/simple_animal/pets/slugcat.dm b/modular_ss220/mobs/code/simple_animal/pets/slugcat.dm index cc18cf59e9e8..7e956296a14e 100644 --- a/modular_ss220/mobs/code/simple_animal/pets/slugcat.dm +++ b/modular_ss220/mobs/code/simple_animal/pets/slugcat.dm @@ -195,6 +195,7 @@ span_notice("[user] надевает [item_to_add].name на голову [real_name]."), span_notice("Вы надеваете [item_to_add.name] на голову [real_name]."), span_italics("Вы слышите как что-то нацепили.")) + item_to_add.forceMove(src) inventory_head = item_to_add regenerate_icons()