forked from AdventureTimeSS14/space_station_ADT
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Перенос Drones & SpaceSEC (AdventureTimeSS14#200)
**Проверки** <!-- Выполнение всех следующих действий, если это приемлемо для вида изменений сильно ускорит разбор вашего PR --> - [x] PR полностью завершён и мне не нужна помощь чтобы его закончить. - [x] Я внимательно просмотрел все свои изменения и багов в них не нашёл. - [x] Я запускал локальный сервер со своими изменениями и всё протестировал. - [x] Я добавил скриншот/видео демонстрации PR в игре, **или** этот PR этого не требует. no cl --------- Co-authored-by: eddiedoesGIT <[email protected]> Co-authored-by: Schrödinger <[email protected]> Co-authored-by: Darki255 <[email protected]>
- Loading branch information
1 parent
7e42fae
commit 702b706
Showing
4 changed files
with
4 additions
and
633 deletions.
There are no files selected for viewing
6 changes: 1 addition & 5 deletions
6
Resources/Locale/ru-RU/ADT/prototypes/Entities/Clothing/Neck/misc.ftl
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 |
---|---|---|
@@ -1,6 +1,2 @@ | ||
ent-ADTClothingNeckGoldChain = золотая цепь | ||
.desc = Цепь, сделанные из золота. | ||
ent-ADTSpaceSecToken = жетон сотрудника SPACE SEC | ||
.desc = Жетон показывающий вашу принадлежность к корпорации SPACE SEC. | ||
.desc = Жетон показывающий вашу принадлежность к корпорации SPACE SEC. |
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 |
---|---|---|
@@ -1,22 +1,8 @@ | ||
- type: entity | ||
parent: ClothingNeckBase | ||
id: ADTClothingNeckGoldChain | ||
name: golden chain | ||
description: A chain made of gold. | ||
components: | ||
- type: Sprite | ||
sprite: ADT/Clothing/Neck/Misc/gold_chain.rsi | ||
- type: Clothing | ||
sprite: ADT/Clothing/Neck/Misc/gold_chain.rsi #спрайты от prazat911 | ||
- type: StaticPrice | ||
price: 500 | ||
|
||
- type: entity | ||
parent: ClothingNeckBase | ||
id: ADTSpaceSecToken | ||
name: space sec token | ||
description: The standard token of the space sec corporation | ||
components: | ||
- type: Sprite | ||
sprite: ADT/Clothing/Neck/space_sec_token.rsi | ||
|
||
sprite: ADT/Clothing/Neck/space_sec_token.rsi |
Oops, something went wrong.