Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADD: Handheld radio now attached to Outer Clothing #2305

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/ss220/clothing/Shoes/boots.ftl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ent-ClothingShoesBootsMagDQ = магнитные ботинки Эскадрона Смерти
.suffix = Эскадрон Смерти, dq
.desc = Самые современные магнитные ботинки в незабываемых цветах.

clothing-outer-radio-handheld = Рация
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
- type: Sprite
state: icon
- type: AllowSuitStorage #220 OuterClothing fix
#ss220 handheld radio on outer clothing start
- type: ItemSlots
slots:
item:
name: clothing-outer-radio-handheld
whitelist:
tags:
- Radio
Comment on lines +13 to +19
Copy link
Collaborator

@Kirus59 Kirus59 Dec 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А сам контейнер добавить?
Ну и в наследуемых энтити, где меняется ContainerContainer, также нужно будет добавить этот контейнер.

#ss220 handheld radio on outer clothing end

- type: entity
abstract: true
Expand Down
Loading