Skip to content

Commit

Permalink
Use Tanks instead of Expansions (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miepee authored Apr 9, 2024
1 parent 633bc9b commit bec3a09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

This 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)

## [2.0.0] - 2024-04-09

### Changed
- The JSON input now uses (Super) Missile/Power Bomb *Tanks* instead of Expansions.

## [1.2.15] - 2024-03-13

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions YAMS-LIB/SeedObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -438,11 +438,11 @@ public enum ItemEnum
[EnumMember(Value = "Metroid DNA 46")]
DNA46,

[EnumMember(Value = "Missile Expansion")]
[EnumMember(Value = "Missile Tank")]
MissileExpansion,
[EnumMember(Value = "Super Missile Expansion")]
[EnumMember(Value = "Super Missile Tank")]
SuperMissileExpansion,
[EnumMember(Value = "Power Bomb Expansion")]
[EnumMember(Value = "Power Bomb Tank")]
PBombExpansion,
[EnumMember(Value = "Energy Tank")]
EnergyTank,
Expand Down

0 comments on commit bec3a09

Please sign in to comment.