Skip to content

Commit

Permalink
Reverts - Makes sabre sheathe use ItemSlots.
Browse files Browse the repository at this point in the history
Just no.
  • Loading branch information
Adrian16199 committed Jan 1, 2024
1 parent 3a72289 commit 949d9ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
7 changes: 3 additions & 4 deletions Resources/Prototypes/Catalog/Fills/Items/belt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,9 @@
parent: ClothingBeltSheath
suffix: Filled
components:
- type: ContainerFill
containers:
item:
- CaptainSabre
- type: StorageFill # Delta V - Reverts - Makes sabre sheathe use ItemSlots #22792
contents:
- id: CaptainSabre # Delta V - Reverts till here.

- type: entity
id: ClothingBeltMilitaryWebbingGrenadeFilled
Expand Down
16 changes: 6 additions & 10 deletions Resources/Prototypes/Entities/Clothing/Belt/belts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
- type: Appearance

- type: entity
parent: [ClothingBeltBase, ClothingSlotBase]
parent: ClothingBeltStorageBase # was [ClothingBeltBase, ClothingSlotBase], reverted it from Makes sabre sheathe use ItemSlots #22792
id: ClothingBeltSheath
name: sabre sheath
description: An ornate sheath designed to hold an officer's blade.
Expand All @@ -409,15 +409,11 @@
state: sheath
- type: Clothing
sprite: Clothing/Belt/sheath.rsi
- type: ItemSlots
slots:
item:
name: Sabre
insertVerbText: sheath-insert-verb
ejectVerbText: sheath-eject-verb
whitelist:
tags:
- CaptainSabre
- type: Storage # Delta V - Reverts - Makes sabre sheathe use ItemSlots #22792
capacity: 15
whitelist:
tags:
- CaptainSabre # Delta V - Reverts till here.
- type: ItemMapper
mapLayers:
sheath-sabre:
Expand Down

0 comments on commit 949d9ea

Please sign in to comment.