forked from ParadiseSS13/Paradise
-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Что этот PR делает Добавляет новые протезы для органиков и КПБ. Корпус, три вида голов, руки и ноги. ## Почему это хорошо для игры Это разнообразит выбор конечностей для представителей КПБ, а так же увеличит ряд возможного выбора частей для подбора своего стиля. ## Изображения изменений ![321321](https://github.com/user-attachments/assets/e9638a22-2b0f-42c3-9298-b3b2b2229efc) ![213213](https://github.com/user-attachments/assets/406ea40a-1dd5-41e1-9355-cf27cbb97f68) ![123123](https://github.com/user-attachments/assets/3223d145-6c36-4cb9-be8d-fc0d3e98222f) ## Тестирование Билд был скомпилирован и запушен, протезы так же спокойно выставляются в меню настроек и заменяются при операции с КПБ. ## Changelog :cl: add: Новые протезы для КПБ и органиков. /:cl: --------- Co-authored-by: Aylong <[email protected]> Co-authored-by: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
- Loading branch information
1 parent
6547a07
commit 4d93987
Showing
7 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/datum/modpack/robolimbs | ||
name = "Новые протезы" | ||
desc = "Новые протезы и головы." | ||
author = "sirstaniya" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#include "_robolimbs.dm" | ||
|
||
#include "code/robolimbs.dm" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/datum/robolimb/etaminindustry | ||
company = "Etamin Industry Gold On Black" | ||
desc = "Модель протезированной конечности от Этамин Индастрис." | ||
icon = 'modular_ss220/robolimbs/icons/etaminindustry_main.dmi' | ||
has_subtypes = 1 | ||
|
||
/datum/robolimb/etaminindustry/etaminindustry_alt1 | ||
company = "Etamin Industry Elite Series" | ||
icon = 'modular_ss220/robolimbs/icons/etaminindustry_alt1.dmi' | ||
parts = list("head") | ||
selectable = 0 | ||
has_subtypes = null | ||
|
||
/datum/robolimb/etaminindustry/etaminindustry_alt2 | ||
company = "Etamin Industry SharpShooter Series" | ||
icon = 'modular_ss220/robolimbs/icons/etaminindustry_alt2.dmi' | ||
parts = list("head") | ||
selectable = 0 | ||
has_subtypes = null |
Binary file not shown.
Binary file not shown.
Binary file not shown.