mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 09:17:57 +00:00
seuphorica now works correctly without HyperRogue cheat mode
This commit is contained in:
@@ -566,6 +566,7 @@ bool draw(cell *c, const shiftmatrix& V) {
|
|||||||
bool inside = in_board(c);
|
bool inside = in_board(c);
|
||||||
if(inside) {
|
if(inside) {
|
||||||
c->wall = waNone; c->landparam = 0x202020;
|
c->wall = waNone; c->landparam = 0x202020;
|
||||||
|
setdist(c, 6, nullptr);
|
||||||
if(placing_portal) {
|
if(placing_portal) {
|
||||||
int val; has_power(board.at(portal_from), sp::portal, val);
|
int val; has_power(board.at(portal_from), sp::portal, val);
|
||||||
if(dist(portal_from, c) <= val) c->landparam = 0x0000C0;
|
if(dist(portal_from, c) <= val) c->landparam = 0x0000C0;
|
||||||
|
Reference in New Issue
Block a user