|
|
@ -276,14 +276,11 @@ void printCreature(DFHack::API & DF, const DFHack::t_creature & creature)
|
|
|
|
case 57:
|
|
|
|
case 57:
|
|
|
|
maintype = (char*)"cloth";
|
|
|
|
maintype = (char*)"cloth";
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
case -1:
|
|
|
|
|
|
|
|
maintype = (char*)"bones/shell";
|
|
|
|
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
|
|
|
default:
|
|
|
|
maintype = (char*)"????";
|
|
|
|
maintype = (char*)"unknown";
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
printf("\t%s\t%d %d - %.8x\n", maintype, mat[i].typeB, mat[i].typeC, mat[i].flags);
|
|
|
|
printf("\t%s(%d)\t%d %d - %.8x\n", maintype, mat[i].typeA, mat[i].typeB, mat[i].typeC, mat[i].flags);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|