-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
НУ ВРОДЕ теперь нормально должно быть(fix)
- Loading branch information
Showing
2 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
Resources/Locale/ru-RU/ADT/Entities/Structures/Storage/Closets/Lockers/lockers.yml
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 @@ | ||
# Biohazard | ||
- type: entity | ||
id: ADTClosetL3 | ||
parent: ADTClosetSteelBase | ||
name: level 3 biohazard gear closet | ||
description: It's a storage unit for level 3 biohazard gear. | ||
components: | ||
- type: Appearance | ||
|
||
# Патолог. | ||
- type: entity | ||
id: ADTClosetL3Pathologist | ||
parent: ADTClosetL3 | ||
components: | ||
- type: Appearance | ||
- type: EntityStorageVisuals | ||
stateBaseClosed: bio_pathologist | ||
stateDoorOpen: bio_pathologist_open | ||
stateDoorClosed: bio_pathologist_door |
11 changes: 9 additions & 2 deletions
11
Resources/Locale/ru-RU/ss14-ru/prototypes/adt/catalog/fills/lockers/biohazard.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,3 +1,10 @@ | ||
ent-ADTClosetL3PathologistFilled = { ent-ADTClosetL3PathologistFilled } | ||
ent-ADTClosetL3 = шкаф снаряжения 3-го уровня биологической опасности | ||
.desc = Это хранилище для снаряжения 3-го уровня биологической опасности. | ||
ent-ADTClosetL3Pathologist = { ent-ADTClosetL3 } | ||
.suffix = Заполненный, Патологоанатом | ||
.desc = { ent-ADTClosetL3PathologistFilled.desc } | ||
.desc = { ent-ADTClosetL3.desc } | ||
ent-ADTClosetL3PathologistFilled = { ent-ADTClosetL3Pathologist } | ||
.suffix = Заполненный, Патологоанатом | ||
.desc = { ent-ADTClosetL3Pathologist.desc } |