Commit 8c949867 authored by nanahira's avatar nanahira

removerank

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