Commit 9a5a9db2 authored by mercury233's avatar mercury233

add support for 13 stars Xyz monster

parent 43299bb6
......@@ -275,7 +275,7 @@ namespace ImgGen
{
for (nStar = 0; nStar < level; nStar++)
{
graphics.DrawImage(bStar[1], 41f + (26.5f * nStar), 69, 28, 28);
graphics.DrawImage(bStar[1], (level==13 ? 27.5f : 41f) + (26.5f * nStar), 69, 28, 28);
}
}
else if (!data.isType(Type.TYPE_LINK))
......
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