Change the deprecation of [unit]overlays= to 1.17
As discussed post-merge in PR#4211.
This commit is contained in:
parent
eb5d5421ee
commit
41101a2d67
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ void unit::init(const config& cfg, bool use_traits, const vconfig* vcfg)
|
||||||
if(const config::attribute_value* v = cfg.get("overlays")) {
|
if(const config::attribute_value* v = cfg.get("overlays")) {
|
||||||
auto overlays = utils::parenthetical_split(v->str(), ',');
|
auto overlays = utils::parenthetical_split(v->str(), ',');
|
||||||
if(overlays.size() > 0) {
|
if(overlays.size() > 0) {
|
||||||
deprecated_message("[unit]overlays", DEP_LEVEL::PREEMPTIVE, {1, 15, 0}, "Add overlays via objects instead.");
|
deprecated_message("[unit]overlays", DEP_LEVEL::PREEMPTIVE, {1, 17, 0}, "This warning is only triggered by the cases that *do* still work: setting [unit]overlays= works, but the [unit]overlays attribute will always be empty if WML tries to read it.");
|
||||||
config effect;
|
config effect;
|
||||||
config o;
|
config o;
|
||||||
effect["apply_to"] = "overlay";
|
effect["apply_to"] = "overlay";
|
||||||
|
|
Loading…
Add table
Reference in a new issue