mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-26 00:47:00 +00:00
fixed Slime display
This commit is contained in:
parent
7d9d3ced50
commit
efb72afb87
@ -1654,7 +1654,9 @@ bool drawMonsterType(eMonster m, cell *where, const transmatrix& V, color_t col,
|
|||||||
case moSlime: {
|
case moSlime: {
|
||||||
queuepoly(VFISH, shSlime, darkena(col, 0, 0x80));
|
queuepoly(VFISH, shSlime, darkena(col, 0, 0x80));
|
||||||
queuepoly(VSLIMEEYE, shEyes, 0xFF);
|
queuepoly(VSLIMEEYE, shEyes, 0xFF);
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
case moKrakenH: {
|
case moKrakenH: {
|
||||||
queuepoly(VFISH, shKrakenHead, darkena(col, 0, 0xD0));
|
queuepoly(VFISH, shKrakenHead, darkena(col, 0, 0xD0));
|
||||||
queuepoly(VFISH, shKrakenEye, 0xFFFFFFC0);
|
queuepoly(VFISH, shKrakenEye, 0xFFFFFFC0);
|
||||||
|
Loading…
Reference in New Issue
Block a user