Commit b35f8671 authored by salix5's avatar salix5

card::check_xyz_level()

Now xyz monsters may have EFFECT_XYZ_LEVEL.
parent 66ec6417
......@@ -609,7 +609,7 @@ uint32 card::get_ritual_level(card* pcard) {
return lev;
}
uint32 card::check_xyz_level(card* pcard, uint32 lv) {
if((data.type & TYPE_XYZ) || (status & STATUS_NO_LEVEL))
if(status & STATUS_NO_LEVEL)
return FALSE;
uint32 lev;
effect_set eset;
......
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