Skip to content

Commit

Permalink
Merge pull request #889 from MrShlepa/beta-dev
Browse files Browse the repository at this point in the history
Фикс спрайта ножей
  • Loading branch information
MysticalFaceLesS authored Aug 11, 2024
2 parents fff1546 + 251d8fd commit 65736f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/game/objects/items/kitchen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,9 @@

/obj/item/kitchen/knife/combat
name = "combat knife"
icon = 'icons/obj/world/melee.dmi'
// [CELADON-REMOVE] - Путь к правильным спрайтам уже указан у родителя.
// icon = 'icons/obj/world/melee.dmi'
// [/CELADON-REMOVE]
icon_state = "combatknife"
item_state = "combatknife"
desc = "A military combat utility survival knife."
Expand Down

0 comments on commit 65736f8

Please sign in to comment.