v0.6.1: fixed guidebook pages showing up in remains

This commit is contained in:
Evan Debenham 2017-07-21 01:19:58 -04:00 committed by Evan Debenham
parent 2a5ea03010
commit 2fe0b7cc7a

View File

@ -379,7 +379,7 @@ public abstract class RegularLevel extends Level {
map[cell] = Terrain.GRASS; map[cell] = Terrain.GRASS;
losBlocking[cell] = false; losBlocking[cell] = false;
} }
drop( p, cell ).type = Heap.Type.REMAINS; drop( p, cell );
} }
} }