Allow to specify bom type for patched kirikiri ks script

This commit is contained in:
2026-03-14 10:19:16 +08:00
parent cf82b19f25
commit da3e102baa
4 changed files with 10 additions and 1 deletions

View File

@@ -786,7 +786,7 @@ impl KsScript {
talk_count == hitret_count && talk_count > 3
};
Ok(Self {
bom,
bom: config.kirikiri_ks_bom.unwrap_or(bom),
tree,
name_commands: config.kirikiri_name_commands.clone(),
message_commands: config.kirikiri_message_commands.clone(),