diff --git a/src/Addons/34thPRC_Overrides/data/backpacks/exosuit/config_vehicles.hpp b/src/Addons/34thPRC_Overrides/data/backpacks/exosuit/config_vehicles.hpp index 0fea64f9..10719f10 100644 --- a/src/Addons/34thPRC_Overrides/data/backpacks/exosuit/config_vehicles.hpp +++ b/src/Addons/34thPRC_Overrides/data/backpacks/exosuit/config_vehicles.hpp @@ -1,9 +1,10 @@ -class Sinagami_Assault_Exo // PhoenixSystems_Exosuits +class Bag_Base; // Vanilla? +class Sinagami_Assault_Exo: Bag_Base // PhoenixSystems_Exosuits { - maximumLoad = 250; + maximumLoad = 350; } -class Sinagami_Assault_Jetpack_Exo // PhoenixSystems_Exosuits +class Sinagami_Assault_Jetpack_Exo: Bag_Base // PhoenixSystems_Exosuits { - maximumLoad = 250; + maximumLoad = 350; } diff --git a/src/changelog.md b/src/changelog.md index 4eb2621c..33e4c483 100644 --- a/src/changelog.md +++ b/src/changelog.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased +### Added +- Bigger storage for exosuits that we use ## 0.18.1 ### Updated @@ -27,7 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.16.0 ### Added -- Bigger storage for exosuits that we use - CQB shoulders for ODST vest (urban camo only for now) ### Updated - Scorpion textures added (only green camo for now)