mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
fixed the Handsome Gardener's Flower
This commit is contained in:
parent
c0115e60e9
commit
14cb26b986
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user