Commit abb20982 authored by nanahira's avatar nanahira Committed by Momobako

fix yuka/sayuri LINK-8 display

parent 758489da
......@@ -1473,6 +1473,9 @@ void Game::ShowCardInfo(int code) {
myswprintf(adBuffer, L"%d/- ", cd.attack);
wcscat(formatBuffer, adBuffer);
wcscat(formatBuffer, dataManager.FormatLinkMarker(cd.link_marker));
//modded
if(cd.level >= 8)
offset = offset + 23;
}
if(cd.type & TYPE_PENDULUM) {
wchar_t scaleBuffer[16];
......
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