1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-24 05:17:17 +00:00

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

View File

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