mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-06 02:37:19 +00:00
rogueviz::fifteen:: draw aura
This commit is contained in:
parent
14e7d3025a
commit
14b0b589e2
@ -140,6 +140,7 @@ void scramble() {
|
||||
}
|
||||
|
||||
bool draw_fifteen(cell *c, const shiftmatrix& V) {
|
||||
hr::addaura(tC0(V), darkened(0x0000FF), 0);
|
||||
lastexplore = turncount;
|
||||
if(!fif.count(c)) { c->land = laNone; c->wall = waChasm; return false; }
|
||||
check_move();
|
||||
|
Loading…
x
Reference in New Issue
Block a user