motherlode: Fix vein overlay not displaying on upper level (#11796)
When standing on the tile south of Mercy, the player's height is -498, just barely under the previous defined height of the upper floor.
This commit is contained in:
@@ -100,7 +100,7 @@ public class MotherlodePlugin extends Plugin
|
|||||||
private static final int SACK_LARGE_SIZE = 162;
|
private static final int SACK_LARGE_SIZE = 162;
|
||||||
private static final int SACK_SIZE = 81;
|
private static final int SACK_SIZE = 81;
|
||||||
|
|
||||||
private static final int UPPER_FLOOR_HEIGHT = -500;
|
private static final int UPPER_FLOOR_HEIGHT = -490;
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
private OverlayManager overlayManager;
|
private OverlayManager overlayManager;
|
||||||
|
|||||||
Reference in New Issue
Block a user