Commit 6207519a authored by salix5's avatar salix5

edit

parent 8a91d421
......@@ -452,6 +452,7 @@ int32 scriptlib::effect_get_operation(lua_State *L) {
interpreter::function2value(L, peffect->operation);
return 1;
}
// active_type is set in add_chain()
int32 scriptlib::effect_get_active_type(lua_State *L) {
check_param_count(L, 1);
check_param(L, PARAM_TYPE_EFFECT, 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment