From dbae1ea0a0b1946b3ccf7d8033139050f1106695 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 8 Feb 2026 11:42:28 -0500 Subject: Proto changes for custom mint ending --- tools/datapacker/main.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/datapacker') 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 { r_connection.set_cyan_ending(human_connection.cyan_ending()); } + if (human_connection.has_mint_ending()) { + f_connection.set_mint_ending(human_connection.mint_ending()); + r_connection.set_mint_ending(human_connection.mint_ending()); + } + if (human_connection.has_vanilla_only()) { f_connection.set_vanilla_only(human_connection.vanilla_only()); r_connection.set_vanilla_only(human_connection.vanilla_only()); -- cgit 1.4.1