Skip to content

Commit

Permalink
New Robolimbs (#1395)
Browse files Browse the repository at this point in the history
## Что этот 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
3 people authored Jul 30, 2024
1 parent 6547a07 commit 4d93987
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions modular_ss220/modular_ss220.dme
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
#include "uplink_items/_uplink_items.dme"
#include "shuttles/_shuttles.dme"
#include "redis220/_redis220.dme"
#include "robolimbs/_robolimbs.dme"
// --- PRIME --- //
// #define MODPACK_MAIN_ONLY
// Чтобы отключить модпаки прайма, нужно добавиту строку выше в code/__DEFINES/_ss220.dm.
Expand Down
4 changes: 4 additions & 0 deletions modular_ss220/robolimbs/_robolimbs.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/datum/modpack/robolimbs
name = "Новые протезы"
desc = "Новые протезы и головы."
author = "sirstaniya"
3 changes: 3 additions & 0 deletions modular_ss220/robolimbs/_robolimbs.dme
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#include "_robolimbs.dm"

#include "code/robolimbs.dm"
19 changes: 19 additions & 0 deletions modular_ss220/robolimbs/code/robolimbs.dm
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.

0 comments on commit 4d93987

Please sign in to comment.