Skip to content

Commit

Permalink
It works now
Browse files Browse the repository at this point in the history
  • Loading branch information
Lupus590 committed Dec 15, 2024
1 parent 2a84f5f commit 751da1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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;
}
3 changes: 2 additions & 1 deletion src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 751da1e

Please sign in to comment.