Skip to content

Commit

Permalink
Moved loadout into Sierra map files to avoid runtimes + fixed unathi …
Browse files Browse the repository at this point in the history
…items not having sprites for unathi
  • Loading branch information
UEDCommander committed Nov 26, 2023
1 parent ee2b0cd commit e772e9b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions maps/sierra/sierra.dm
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@
#include "loadout/loadout_uniform.dm"
#include "loadout/loadout_xeno.dm"
#include "loadout/~defines.dm"

#include "loadout/~mods/loadout_items/cloaks.dm"
#include "loadout/~mods/loadout_items/xenowear.dm"

// --- MAP FILES --- //

Expand Down
4 changes: 2 additions & 2 deletions mods/loadout_items/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

#### Список PRов:

- https://github.com/SierraBay/SierraBay12/pull/1496
- https://github.com/SierraBay/SierraBay12/pull/1562
<!--
Ссылки на PRы, связанные с модом:
- Создание
Expand Down Expand Up @@ -61,7 +61,7 @@ ID мода: LOADOUT_ITEMS

### Используемые файлы, не содержащиеся в модпаке

- Отсутствуют
- `maps/sierra/loadout/~mods/loadout_items/xenowear.dm`
<!--
Будь то немодульный файл или модульный файл, который не содержится в папке,
принадлежащей этому конкретному моду, он должен быть упомянут здесь.
Expand Down
2 changes: 0 additions & 2 deletions mods/loadout_items/_loadout_items.dme
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@

#include "_loadout_items.dm"
#include "code/shoes.dm"
#include "code/lists/cloaks.dm"
#include "code/lists/xenowear.dm"

#endif
3 changes: 3 additions & 0 deletions mods/loadout_items/code/shoes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
desc = "A large roll of treated canvas used to protect paws."
icon = 'mods/loadout_items/icons/obj_feet.dmi'
item_icons = list(slot_shoes_str = 'mods/loadout_items/icons/onmob_feet.dmi')
sprite_sheets = list(
SPECIES_UNATHI = 'mods/loadout_items/icons/onmob_feet.dmi'
)
icon_state = "unathi_footwraps"
item_state = "unathi_footwraps"
force = 0
Expand Down

0 comments on commit e772e9b

Please sign in to comment.