mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-05 05:13:57 +00:00
fixed knight cloaks and tortoises
This commit is contained in:
parent
c5284c153d
commit
bd396d4979
@ -1061,10 +1061,10 @@ bool drawMonsterType(eMonster m, cell *where, const transmatrix& V, color_t col,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(knighted)
|
if(knighted)
|
||||||
queuepoly(VBS, shKnightCloak, darkena(cloakcolor(knighted), 1, 0xFF));
|
queuepoly(VBODY * VBS, shKnightCloak, darkena(cloakcolor(knighted), 1, 0xFF));
|
||||||
|
|
||||||
if(tortoise::seek())
|
if(tortoise::seek())
|
||||||
tortoise::draw(VBS * ypush(-crossf*.25), tortoise::seekbits, 4, 0);
|
tortoise::draw(VBODY * VBS * ypush(-crossf*.25), tortoise::seekbits, 4, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user