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:
parent
e0f2e86fed
commit
408b920039
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user