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