1
This commit is contained in:
parent
70157f6e89
commit
23142ccbfd
@ -44,6 +44,10 @@ void Buff::Init()
|
|||||||
for (int effect_id : meta->_effect_list) {
|
for (int effect_id : meta->_effect_list) {
|
||||||
effect_list_.push_back(owner->AddEffect(effect_id));
|
effect_list_.push_back(owner->AddEffect(effect_id));
|
||||||
}
|
}
|
||||||
|
if (!meta->res_scale().empty()) {
|
||||||
|
res_scale = meta->GetResScale(this);
|
||||||
|
res_scale_frameno = owner->room->GetFrameNo();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void Buff::UnInit()
|
void Buff::UnInit()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user