Commit 8c949867 authored by nanahira's avatar nanahira

removerank

parent cd000a23
......@@ -911,8 +911,9 @@ uint32 card::get_rank() {
return 0;
if(assume_type == ASSUME_RANK)
return assume_value;
if(!(current.location & LOCATION_MZONE))
return data.level;
//222DIY modded from ygocc
//if(!(current.location & LOCATION_MZONE))
// return data.level;
if (temp.level != 0xffffffff)
return temp.level;
effect_set effects;
......
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