Skip to content

Commit

Permalink
Исправил инвентарь рюкзаков парамеда. (#787)
Browse files Browse the repository at this point in the history
Исправил темплейты у сумки и немного затронул паренты.
:cl:
- fix: Сумка парамедика теперь имеет такой же размер как и у других
сумок.
  • Loading branch information
PyotrIgn authored Nov 16, 2024
2 parents 10b95d0 + ca61d2b commit 5af2907
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
- id: GrenadeFlashBang

- type: entity
parent: ClothingBackpack
parent: ClothingBackpackMedical
id: ADTClothingBackpackParamedic
name: paramedical backpack
description: Backpack to store some paramedical equipment.
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/ADT/Entities/Clothing/Back/duffel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
sprite: ADT/Clothing/Back/pathologist_duffel.rsi

- type: entity
parent: ClothingBackpackDuffel
parent: ClothingBackpackDuffelMedical
id: ADTClothingBackpackDuffelParamedic
name: parsmedical duffel bag
description: A large duffel bag to hold paramedical equipment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
sprite: ADT/Clothing/Back/pathologist_satchel.rsi

- type: entity
parent: ClothingBackpack
parent: ClothingBackpackSatchelMedical
id: ADTClothingBackpackSatchelParamedic
name: paramedical satchel
description: A satchel to store some paramedical equipment.
Expand Down

0 comments on commit 5af2907

Please sign in to comment.