Commit 83dbdd96 authored by sidschingis's avatar sidschingis

fix chain counter

fixed only incrementing the first custom chain counter
parent c6955700
......@@ -1462,7 +1462,6 @@ void field::check_chain_counter(effect* peffect, int32 playerid, int32 chainid,
else if(info.second & 0xffff0000)
info.second -= 0x10000;
}
break;
}
}
}
......
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