Skip to content

Commit

Permalink
а если так
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 committed Jul 13, 2024
1 parent 7310d91 commit 85cc130
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Это нужно для того, чтобы в будущем, если кто-то решит добавить ещё наших шкафов, то их текстурки хранились в отдельной папке.
- type: entity
id: ADTClosetBase
parent: ClosetBase
id: ADTClosetBase
name: closet
description: A standard-issue Nanotrasen storage unit.
abstract: true
Expand All @@ -24,8 +24,8 @@

# шкафы, которые можно разобрать и прочее.
- type: entity
id: ADTClosetSteelBase
parent: ADTClosetBase
id: ADTClosetSteelBase
components:
- type: Construction
graph: ClosetSteel
Expand All @@ -37,17 +37,17 @@

# Biohazard
- type: entity
id: ADTClosetL3
parent: ADTClosetSteelBase
id: ADTClosetL3
name: level 3 biohazard gear closet
description: It's a storage unit for level 3 biohazard gear.
components:
- type: Appearance

# Патолог.
- type: entity
id: ADTClosetLPathologist
parent: ADTClosetL3
id: ADTClosetLPathologist
components:
- type: Appearance
- type: EntityStorageVisuals
Expand Down

0 comments on commit 85cc130

Please sign in to comment.