1
This commit is contained in:
parent
19f4c24f97
commit
cdc8f84227
@ -112,6 +112,23 @@ namespace mt
|
|||||||
_duration_time = a8::XValue(duration_time()).GetDouble();
|
_duration_time = a8::XValue(duration_time()).GetDouble();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
if (a8::lisp::Expr::MaybeExpr(buff_param1())) {
|
||||||
|
_buff_param1_expr = LispEnv::Instance()->CompileSkillNumberExpr(buff_param1());
|
||||||
|
}
|
||||||
|
if (a8::lisp::Expr::MaybeExpr(buff_param2())) {
|
||||||
|
_buff_param1_expr = LispEnv::Instance()->CompileSkillNumberExpr(buff_param2());
|
||||||
|
}
|
||||||
|
if (a8::lisp::Expr::MaybeExpr(buff_param3())) {
|
||||||
|
_buff_param1_expr = LispEnv::Instance()->CompileSkillNumberExpr(buff_param3());
|
||||||
|
}
|
||||||
|
if (a8::lisp::Expr::MaybeExpr(buff_param4())) {
|
||||||
|
_buff_param1_expr = LispEnv::Instance()->CompileSkillNumberExpr(buff_param4());
|
||||||
|
}
|
||||||
|
if (a8::lisp::Expr::MaybeExpr(buff_param5())) {
|
||||||
|
_buff_param1_expr = LispEnv::Instance()->CompileSkillNumberExpr(buff_param5());
|
||||||
|
}
|
||||||
|
}
|
||||||
{
|
{
|
||||||
std::vector<std::string> strings;
|
std::vector<std::string> strings;
|
||||||
a8::Split(post_remove_action(), strings, '|');
|
a8::Split(post_remove_action(), strings, '|');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user