mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 01:47:39 +00:00
do not show Reptile Tail
This commit is contained in:
@@ -1512,7 +1512,7 @@ EX bool drawMonsterType(eMonster m, cell *where, const transmatrix& V1, color_t
|
||||
queuepoly(VAHEAD, cgi.shReptileHead, darkena(col, 0, 0xFF));
|
||||
queuepoly(VAHEAD, cgi.shReptileEye, darkena(col, 3, 0xFF));
|
||||
queuepoly(VAHEAD * Mirror, cgi.shReptileEye, darkena(col, 3, 0xFF));
|
||||
queuepoly(VABODY, cgi.shReptileTail, darkena(col, 2, 0xFF));
|
||||
if(GDIM == 2) queuepoly(VABODY, cgi.shReptileTail, darkena(col, 2, 0xFF));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user