Skip to content

Commit

Permalink
НУ ВРОДЕ теперь нормально должно быть(fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkiich committed Jul 4, 2024
1 parent 3ba6358 commit ae136c0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
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
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 }

0 comments on commit ae136c0

Please sign in to comment.