mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-20 23:34:08 +00:00
flattened reptiles on non-standard tilings
This commit is contained in:
parent
4aa004e640
commit
db744db786
@ -3116,7 +3116,7 @@ void set_reptile_floor(cell *c, const transmatrix& V, color_t col, bool nodetail
|
|||||||
|
|
||||||
transmatrix D = applyPatterndir(c, si);
|
transmatrix D = applyPatterndir(c, si);
|
||||||
|
|
||||||
if(wmescher)
|
if(wmescher && (stdhyperbolic || euclid6))
|
||||||
set_floor(D, cgi.shReptile[j][0]);
|
set_floor(D, cgi.shReptile[j][0]);
|
||||||
else set_maywarp_floor(c);
|
else set_maywarp_floor(c);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user