From 588eb040f375349f4e43ccbc25ed7b309da62d44 Mon Sep 17 00:00:00 2001 From: Athebyne <30442287+f-raZ0R@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:08:12 -0500 Subject: [PATCH] oops missed something --- compat/compat_loader.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compat/compat_loader.lua b/compat/compat_loader.lua index 2794d2e8..7c922fc5 100644 --- a/compat/compat_loader.lua +++ b/compat/compat_loader.lua @@ -11,7 +11,8 @@ local i = { "compat/tspectrals", "compat/grabbag", "compat/hotpotato", - "compat/vallkarri" + "compat/vallkarri", + "compat/bunco" } Entropy.load_files(i) @@ -21,4 +22,4 @@ if Penumbra then Penumbra.loc_keys["entr_music_freebird"] = "k_freebird" Penumbra.loc_keys["entr_music_fall"] = "k_portal_reference" Penumbra.loc_keys["entr_music_entropy_is_endless"] = "k_entropy_is_endless" -end \ No newline at end of file +end