Commit a156d87d authored by Momobako's avatar Momobako

updc

parent 12843a2c
......@@ -2488,7 +2488,7 @@ int32 card::filter_set_procedure(uint8 playerid, effect_set* peset, uint8 ignore
}
if(!pduel->game_field->is_player_can_mset(SUMMON_TYPE_NORMAL, playerid, this))
return FALSE;
int32 rcount = get_summon_tribute_count();
int32 rcount = get_set_tribute_count();
int32 min = rcount & 0xffff;
int32 max = (rcount >> 16) & 0xffff;
if(!pduel->game_field->is_player_can_mset(SUMMON_TYPE_ADVANCE, playerid, this))
......
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