Commit 636255da authored by Ma's avatar Ma Committed by GitHub

Update DataManager.cs

特殊召唤类
parent f09bb75e
......@@ -215,6 +215,10 @@ namespace ImgGen
{
str = str + "/仪式";
}
if ((dat.type & 0x2000000) != 0)
{
str = str + "/特殊召唤";
}
if ((dat.type & 0x1000000) != 0)
{
str = str + "/灵摆";
......
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