mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-07 05:18:44 +08:00
Allow to specify bom type for patched kirikiri ks script
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user