fixed the Handsome Gardener's Flower

This commit is contained in:
Zeno Rogue 2020-04-17 15:03:23 +02:00
parent c0115e60e9
commit 14cb26b986
1 changed files with 1 additions and 1 deletions

View File

@ -1390,7 +1390,7 @@ EX bool drawMonsterType(eMonster m, cell *where, const transmatrix& V1, color_t
}
else {
queuepoly(VHEAD1, cgi.shPHead, 0xF0A0D0FF);
queuepoly(VBS, cgi.shFlowerHand, 0xC00000FF);
queuepoly(VBODY * VBS, cgi.shFlowerHand, 0xC00000FF);
queuepoly(VBODY2 * VBS, cgi.shSuspenders, 0xC00000FF);
}
}