Commit 305d5128 authored by mercury233's avatar mercury233

dont move card in grave and removed when them activate effect

parent 2d9be2ac
...@@ -4249,8 +4249,6 @@ int32 field::add_chain(uint16 step) { ...@@ -4249,8 +4249,6 @@ int32 field::add_chain(uint16 step) {
change_position(phandler, 0, phandler->current.controler, POS_FACEUP, 0); change_position(phandler, 0, phandler->current.controler, POS_FACEUP, 0);
} }
} }
if(phandler->current.location & (LOCATION_GRAVE | LOCATION_REMOVED))
move_card(phandler->current.controler, phandler, phandler->current.location, 0);
return FALSE; return FALSE;
} }
case 1: { case 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