Skip to content

Commit

Permalink
imageadd: органы, рюкзаки, папки в руки (#6490)
Browse files Browse the repository at this point in the history
спрайтики
  • Loading branch information
Rafnik02 authored Jan 30, 2025
1 parent 1788646 commit 5be0b7b
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/paperwork/folders.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
pressure_resistance = 2
resistance_flags = FLAMMABLE

lefthand_file = 'icons/mob/inhands/folder_lefthand.dmi'
righthand_file = 'icons/mob/inhands/folder_righthand.dmi'

/obj/item/folder/emp_act(severity)
..()
for(var/i in contents)
Expand Down
3 changes: 3 additions & 0 deletions code/modules/surgery/organs/organ_internal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
light_system = MOVABLE_LIGHT
light_on = FALSE

lefthand_file = 'icons/mob/inhands/organ_lefthand.dmi'
righthand_file = 'icons/mob/inhands/organ_righthand.dmi'


/obj/item/organ/internal/Initialize(mapload)
. = ..()
Expand Down
Binary file modified icons/mob/inhands/clothing_lefthand.dmi
Binary file not shown.
Binary file modified icons/mob/inhands/clothing_righthand.dmi
Binary file not shown.
Binary file added icons/mob/inhands/folder_lefthand.dmi
Binary file not shown.
Binary file added icons/mob/inhands/folder_righthand.dmi
Binary file not shown.
Binary file added icons/mob/inhands/organ_lefthand.dmi
Binary file not shown.
Binary file added icons/mob/inhands/organ_righthand.dmi
Binary file not shown.

0 comments on commit 5be0b7b

Please sign in to comment.