diff --git a/Resources/Changelog/ChangelogADT.yml b/Resources/Changelog/ChangelogADT.yml index 6ebd3428791..87a195aeb50 100644 --- a/Resources/Changelog/ChangelogADT.yml +++ b/Resources/Changelog/ChangelogADT.yml @@ -610,3 +610,9 @@ Entries: - {message: Добавлена новая раса Драсков., type: Add} id: 55612 #костыль отображения в Обновлениях time: '2023-11-22T04:20:00.0000000+00:00' + +- author: Friskis + changes: + - {message: Новый завод карго убит. Цена на коляску понижена до 150, type: fix} + id: 55613 #костыль отображения в Обновлениях + time: '2023-11-23T04:20:00.0000000+00:00' diff --git a/Resources/Prototypes/ADT/Vulpkanin/Species/Vulpkanin.yml b/Resources/Prototypes/ADT/Vulpkanin/Species/Vulpkanin.yml index f64c53ef5fe..7c87853b87d 100644 --- a/Resources/Prototypes/ADT/Vulpkanin/Species/Vulpkanin.yml +++ b/Resources/Prototypes/ADT/Vulpkanin/Species/Vulpkanin.yml @@ -47,7 +47,6 @@ Head: points: 3 required: false - - type: humanoidBaseSprite id: MobVulpkaninEyes baseSprite: diff --git a/Resources/Prototypes/Entities/Objects/Vehicles/buckleable.yml b/Resources/Prototypes/Entities/Objects/Vehicles/buckleable.yml index 4a8fa0da5cb..09cc65847f7 100644 --- a/Resources/Prototypes/Entities/Objects/Vehicles/buckleable.yml +++ b/Resources/Prototypes/Entities/Objects/Vehicles/buckleable.yml @@ -439,6 +439,8 @@ - type: Strap buckleOffset: "0,0" maxBuckleDistance: 1 + - type: StaticPrice + price: 150 - type: Fixtures fixtures: fix1: @@ -459,3 +461,5 @@ components: - type: Foldable folded: true + - type: StaticPrice + price: 150