v0.6.1: fixed guidebook pages showing up in remains
This commit is contained in:
parent
2a5ea03010
commit
2fe0b7cc7a
|
@ -379,7 +379,7 @@ public abstract class RegularLevel extends Level {
|
|||
map[cell] = Terrain.GRASS;
|
||||
losBlocking[cell] = false;
|
||||
}
|
||||
drop( p, cell ).type = Heap.Type.REMAINS;
|
||||
drop( p, cell );
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user