Commit 25c256ef authored by Momobako's avatar Momobako

updc

parent 23c0a61a
......@@ -2186,6 +2186,8 @@ int32 card::is_can_add_counter(uint8 playerid, uint16 countertype, uint16 count,
effect_set eset;
if(!pduel->game_field->is_player_can_place_counter(playerid, this, countertype, count))
return FALSE;
if(!loc && (!(current.location & LOCATION_ONFIELD) || !is_position(POS_FACEUP)))
return FALSE;
if((countertype & COUNTER_NEED_ENABLE) && is_status(STATUS_DISABLED))
return FALSE;
uint32 check = countertype & COUNTER_WITHOUT_PERMIT;
......
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