Skip to content

Commit

Permalink
Merge pull request #30 from 800maximum123/ResomiFix
Browse files Browse the repository at this point in the history
Beret of Resomi Fix
  • Loading branch information
VoiceInYourHead committed Jun 21, 2024
2 parents a315689 + 2894034 commit d223048
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions mods/resomi_fd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#### Список PRов:

- https://github.com/SierraBay/SierraBay12/pull/2054
- https://github.com/RepoStash/FD-NewBay/pull/30
<!--
Ссылки на PRы, связанные с модом:
- Создание
Expand Down
5 changes: 5 additions & 0 deletions mods/resomi_fd/code/clothing/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@
. = ..()
LAZYSET(sprite_sheets, SPECIES_RESOMI, 'mods/resomi_fd/icons/clothing/onmob_head_resomi.dmi')
LAZYSET(sprite_sheets_obj, SPECIES_RESOMI, 'packs/infinity/icons/obj/clothing/species/resomi/obj_head_resomi.dmi')

/obj/item/clothing/head/beret/Initialize()
. = ..()
LAZYSET(base_sprite_sheets, SPECIES_RESOMI, 'mods/resomi_fd/icons/clothing/onmob_head_resomi.dmi')

//glasses
/obj/item/clothing/glasses/Initialize()
. = ..()
Expand Down

0 comments on commit d223048

Please sign in to comment.