From fa2c104a460bcb5b9b78a8fb7c3727231fd22ffd Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 30 Sep 2025 23:32:08 -0400 Subject: Fix vanilla-only oneway door in The Repetitive --- tools/datapacker/main.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools') diff --git a/tools/datapacker/main.cpp b/tools/datapacker/main.cpp index 005361d..e807d74 100644 --- a/tools/datapacker/main.cpp +++ b/tools/datapacker/main.cpp @@ -490,6 +490,11 @@ class DataPacker { r_connection.set_cyan_ending(human_connection.cyan_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()); + } + container_.AddConnection(f_connection); if (!human_connection.oneway()) { container_.AddConnection(r_connection); -- cgit 1.4.1