mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-11 13:37:08 +00:00
Added a missing brace.
This commit is contained in:
parent
18b1f5bb54
commit
8103762eff
@ -2688,6 +2688,7 @@ void unit::add_modification(const std::string& type, const config& mod, bool no_
|
|||||||
} else if (apply_to == "halo") {
|
} else if (apply_to == "halo") {
|
||||||
clear_haloes();
|
clear_haloes();
|
||||||
cfg_["halo"] = effect["halo"];
|
cfg_["halo"] = effect["halo"];
|
||||||
|
}
|
||||||
} // end while
|
} // end while
|
||||||
} else { // for times = per level & level = 0 we still need to rebuild the descriptions
|
} else { // for times = per level & level = 0 we still need to rebuild the descriptions
|
||||||
if(apply_to == "attack") {
|
if(apply_to == "attack") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user