|
@@ -3738,6 +3738,7 @@ static const struct battle_data_short {
|
|
{ "override_mob_names", &battle_config.override_mob_names },
|
|
{ "override_mob_names", &battle_config.override_mob_names },
|
|
{ "min_chat_delay", &battle_config.min_chat_delay },
|
|
{ "min_chat_delay", &battle_config.min_chat_delay },
|
|
{ "homunculus_show_growth", &battle_config.homunculus_show_growth }, //[orn]
|
|
{ "homunculus_show_growth", &battle_config.homunculus_show_growth }, //[orn]
|
|
|
|
+ { "homunculus_friendly_rate", &battle_config.homunculus_friendly_rate },
|
|
};
|
|
};
|
|
|
|
|
|
static const struct battle_data_int {
|
|
static const struct battle_data_int {
|
|
@@ -4171,6 +4172,7 @@ void battle_set_defaults() {
|
|
battle_config.min_chat_delay = 0;
|
|
battle_config.min_chat_delay = 0;
|
|
battle_config.hvan_explosion_intimate = 45000; //[orn]
|
|
battle_config.hvan_explosion_intimate = 45000; //[orn]
|
|
battle_config.homunculus_show_growth = 0; //[orn]
|
|
battle_config.homunculus_show_growth = 0; //[orn]
|
|
|
|
+ battle_config.homunculus_friendly_rate = 100;
|
|
}
|
|
}
|
|
|
|
|
|
void battle_validate_conf() {
|
|
void battle_validate_conf() {
|