diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2026-02-08 11:42:28 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2026-02-08 11:42:28 -0500 |
| commit | dbae1ea0a0b1946b3ccf7d8033139050f1106695 (patch) | |
| tree | 7b68f48f9f0c779bb7cb03c67678d211e983ea4e /tools | |
| parent | 15a200ef38f8d1355b0122cf329d11359c6e4706 (diff) | |
| download | lingo2-archipelago-dbae1ea0a0b1946b3ccf7d8033139050f1106695.tar.gz lingo2-archipelago-dbae1ea0a0b1946b3ccf7d8033139050f1106695.tar.bz2 lingo2-archipelago-dbae1ea0a0b1946b3ccf7d8033139050f1106695.zip | |
Proto changes for custom mint ending
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/datapacker/main.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
| diff --git a/tools/datapacker/main.cpp b/tools/datapacker/main.cpp index 7313fee..4ecde74 100644 --- a/tools/datapacker/main.cpp +++ b/tools/datapacker/main.cpp | |||
| @@ -533,6 +533,11 @@ class DataPacker { | |||
| 533 | r_connection.set_cyan_ending(human_connection.cyan_ending()); | 533 | r_connection.set_cyan_ending(human_connection.cyan_ending()); |
| 534 | } | 534 | } |
| 535 | 535 | ||
| 536 | if (human_connection.has_mint_ending()) { | ||
| 537 | f_connection.set_mint_ending(human_connection.mint_ending()); | ||
| 538 | r_connection.set_mint_ending(human_connection.mint_ending()); | ||
| 539 | } | ||
| 540 | |||
| 536 | if (human_connection.has_vanilla_only()) { | 541 | if (human_connection.has_vanilla_only()) { |
| 537 | f_connection.set_vanilla_only(human_connection.vanilla_only()); | 542 | f_connection.set_vanilla_only(human_connection.vanilla_only()); |
| 538 | r_connection.set_vanilla_only(human_connection.vanilla_only()); | 543 | r_connection.set_vanilla_only(human_connection.vanilla_only()); |
