Skip to content

Commit

Permalink
contain uncontained containers
Browse files Browse the repository at this point in the history
  • Loading branch information
TadJohnson00 committed Sep 20, 2024
1 parent 75cfe8c commit c92ae28
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Resources/Prototypes/DeltaV/Entities/Clothing/Belt/belts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,9 @@
tags:
- Medkit
sprite: DeltaV/Clothing/Belt/belt_overlay.rsi
- type: ContainerContainer
containers:
storagebase: !type:Container
ents: []
medkit: !type:ContainerSlot {}
- type: Appearance
10 changes: 10 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Belt/belts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,11 @@
tags:
- Sidearm
sprite: DeltaV/Clothing/Belt/belt_overlay.rsi
- type: ContainerContainer
containers:
storagebase: !type:Container
ents: []
holster: !type:ContainerSlot {}
- type: Appearance

- type: entity
Expand Down Expand Up @@ -646,6 +651,11 @@
tags:
- Sidearm
sprite: DeltaV/Clothing/Belt/belt_overlay.rsi
- type: ContainerContainer
containers:
storagebase: !type:Container
ents: []
holster: !type:ContainerSlot {}
- type: Appearance # DeltaV

- type: entity
Expand Down
11 changes: 11 additions & 0 deletions Resources/Prototypes/Nyanotrasen/Entities/Clothing/Belt/belts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@
tags:
- Wakizashi
sprite: DeltaV/Clothing/Belt/belt_overlay.rsi
- type: ContainerContainer
containers:
storagebase: !type:Container
ents: []
katana: !type:ContainerSlot {}
wakizashi: !type:ContainerSlot {}
- type: Appearance
- type: Tag
tags:
Expand Down Expand Up @@ -120,4 +126,9 @@
- type: Tag
tags:
- BeltSlotNotBelt
- type: ContainerContainer
containers:
storagebase: !type:Container
ents: []
medkit: !type:ContainerSlot {}
- type: Appearance # DeltaV

0 comments on commit c92ae28

Please sign in to comment.