1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 22:39:53 +00:00

flattened reptiles on non-standard tilings

This commit is contained in:
Zeno Rogue 2019-06-03 15:37:35 +02:00
parent 4aa004e640
commit db744db786

View File

@ -3116,7 +3116,7 @@ void set_reptile_floor(cell *c, const transmatrix& V, color_t col, bool nodetail
transmatrix D = applyPatterndir(c, si);
if(wmescher)
if(wmescher && (stdhyperbolic || euclid6))
set_floor(D, cgi.shReptile[j][0]);
else set_maywarp_floor(c);