Commit 5a311849 authored by DailyShana's avatar DailyShana

fix

parent 253bfcf6
......@@ -2253,6 +2253,8 @@ int32 field::check_tribute(card* pcard, int32 min, int32 max, group* mg, uint8 t
} else {
if((int32)test.size() < -fcount + 1)
return FALSE;
if(max < -fcount + 1)
return FALSE;
}
return TRUE;
}
......
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