Commit be1dfdbf authored by Momobako's avatar Momobako

update_core

parent 67561596
......@@ -4378,6 +4378,8 @@ int32 field::change_position(uint16 step, group * targets, effect * reason_effec
if((opos & POS_FACEUP) && (npos & POS_FACEDOWN)) {
if(pcard->get_type() & TYPE_TRAPMONSTER)
trapmonster = true;
if(pcard->status & (STATUS_SUMMON_DISABLED | STATUS_ACTIVATE_DISABLED))
pcard->set_status(STATUS_SUMMON_DISABLED | STATUS_ACTIVATE_DISABLED, FALSE);
pcard->reset(RESET_TURN_SET, RESET_EVENT);
pcard->set_status(STATUS_SET_TURN, TRUE);
pcard->enable_field_effect(false);
......
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