Commit 883f539c authored by nanahira's avatar nanahira

remove specials in ocgcore

parent 609274ed
...@@ -631,7 +631,6 @@ interpreter::interpreter(duel* pd): coroutines(256) { ...@@ -631,7 +631,6 @@ interpreter::interpreter(duel* pd): coroutines(256) {
//extra scripts //extra scripts
load_script("./script/constant.lua"); load_script("./script/constant.lua");
load_script("./script/utility.lua"); load_script("./script/utility.lua");
load_script("./script/special.lua");
} }
interpreter::~interpreter() { interpreter::~interpreter() {
lua_close(lua_state); lua_close(lua_state);
......
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