Commit 46334429 authored by nanahira's avatar nanahira

set global

parent f3f01cc1
......@@ -700,6 +700,8 @@ interpreter::interpreter(duel* pd): coroutines(256) {
//effect flag2s
lua_pushinteger(lua_state, EFFECT_FLAG2_SPOSITCH);
lua_setglobal(lua_state, "EFFECT_FLAG2_SPOSITCH");
lua_pushinteger(lua_state, EFFECT_FLAG2_AVAILABLE_BD);
lua_setglobal(lua_state, "EFFECT_FLAG2_AVAILABLE_BD");
//effects
lua_pushinteger(lua_state, EFFECT_CHANGE_LINK_MARKER_KOISHI);
lua_setglobal(lua_state, "EFFECT_CHANGE_LINK_MARKER_KOISHI");
......
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