v0.3.0c: fixed dew drops appearing on top of heaps when they shouldn't
This commit is contained in:
parent
6ec63567a6
commit
d7a1c38606
|
@ -189,7 +189,7 @@ public class Heap implements Bundlable {
|
|||
|
||||
if (sprite != null) {
|
||||
if (type == Type.HEAP || type == Type.FOR_SALE)
|
||||
sprite.view( item );
|
||||
sprite.view( items.peek() );
|
||||
else
|
||||
sprite.view( image(), glowing() );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user