1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-25 23:12:20 +00:00

seuphorica now works correctly without HyperRogue cheat mode

This commit is contained in:
Zeno Rogue 2025-06-25 23:44:36 +02:00
parent e0f2e86fed
commit 408b920039

View File

@ -566,6 +566,7 @@ bool draw(cell *c, const shiftmatrix& V) {
bool inside = in_board(c);
if(inside) {
c->wall = waNone; c->landparam = 0x202020;
setdist(c, 6, nullptr);
if(placing_portal) {
int val; has_power(board.at(portal_from), sp::portal, val);
if(dist(portal_from, c) <= val) c->landparam = 0x0000C0;