Commit 350195a6 authored by nanahira's avatar nanahira

update

parent ad36ec4f
......@@ -147,7 +147,7 @@ int32 scriptlib::duel_exile(lua_State *L) {
pduel->game_field->core.subunits.back().type = PROCESSOR_SENDTO_S;
return lua_yield(L, 0);
}
int32 scriptlib::duel_exile(lua_State *L) {
int32 scriptlib::duel_disable_action_check(lua_State *L) {
check_param_count(L, 1);
int32 dis = lua_toboolean(L, 1);
duel* pduel = interpreter::get_duel_info(L);
......
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