Commit 0551fce5 authored by salix5's avatar salix5

typos

parent d5538784
...@@ -3984,7 +3984,7 @@ int32 field::change_position(uint16 step, group * targets, effect * reason_effec ...@@ -3984,7 +3984,7 @@ int32 field::change_position(uint16 step, group * targets, effect * reason_effec
uint8 npos = pcard->position_param & 0xff; uint8 npos = pcard->position_param & 0xff;
uint8 opos = pcard->current.position; uint8 opos = pcard->current.position;
uint8 flag = pcard->position_param >> 16; uint8 flag = pcard->position_param >> 16;
if(pcard->current.location != LOCATION_MZONE || pcard->current.location != LOCATION_SZONE if((pcard->current.location != LOCATION_MZONE && pcard->current.location != LOCATION_SZONE)
|| pcard->get_status(STATUS_SUMMONING | STATUS_SPSUMMON_STEP) || pcard->get_status(STATUS_SUMMONING | STATUS_SPSUMMON_STEP)
|| !pcard->is_affect_by_effect(reason_effect) || npos == opos || !pcard->is_affect_by_effect(reason_effect) || npos == opos
|| (!(pcard->data.type & TYPE_TOKEN) && (opos & POS_FACEUP) && (npos & POS_FACEDOWN) && !pcard->is_capable_turn_set(reason_player)) || (!(pcard->data.type & TYPE_TOKEN) && (opos & POS_FACEUP) && (npos & POS_FACEDOWN) && !pcard->is_capable_turn_set(reason_player))
......
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