Skip to content

Commit

Permalink
Give belts another parent, ClothingSlotBase
Browse files Browse the repository at this point in the history
  • Loading branch information
TadJohnson00 committed Sep 20, 2024
1 parent 3d548fa commit 75cfe8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
- type: Appearance

- type: entity
parent: ClothingBeltStorageBase
parent: [ClothingBeltStorageBase, ClothingSlotBase]
id: ClothingBeltCorpsmanWebbing
name: corpsman webbing
description: A set of security webbing with blue corpsman highlights.
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Clothing/Belt/belts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
- type: Appearance

- type: entity
parent: [ClothingBeltStorageBase, BaseRestrictedContraband]
parent: [ClothingBeltStorageBase, BaseRestrictedContraband, ClothingSlotBase] # DeltaV - add parent ClothingSlotBase
id: ClothingBeltSecurity
name: security belt
description: Can hold security gear like handcuffs and flashes.
Expand Down Expand Up @@ -618,7 +618,7 @@
- CartridgeAmmo

- type: entity
parent: ClothingBeltStorageBase
parent: [ClothingBeltStorageBase, ClothingSlotBase] # DeltaV - add parent ClothingSlotBase
id: ClothingBeltSecurityWebbing
name: security chest rig # DeltaV - rename from "security carrier" due to already existing plate carrier
description: Unique and versatile chest rig, can hold security gear.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
- BeltSlotNotBelt

- type: entity
parent: ClothingBeltStorageBase
parent: [ClothingBeltStorageBase, ClothingSlotBase] # DeltaV - add parent ClothingSlotBase
id: ClothingBeltMilitaryWebbingCMO
name: chief medical officer's chest rig
description: A medical chest rig with deep pockets, for use by paramedics and health professionals.
Expand Down

0 comments on commit 75cfe8c

Please sign in to comment.