mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +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: {
|
||||
queuepoly(VFISH, shSlime, darkena(col, 0, 0x80));
|
||||
queuepoly(VSLIMEEYE, shEyes, 0xFF);
|
||||
return false;
|
||||
}
|
||||
|
||||
case moKrakenH: {
|
||||
queuepoly(VFISH, shKrakenHead, darkena(col, 0, 0xD0));
|
||||
queuepoly(VFISH, shKrakenEye, 0xFFFFFFC0);
|
||||
|
Loading…
Reference in New Issue
Block a user