mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Adventure: display shop name items on boosters removed
This commit is contained in:
committed by
Chris H
parent
ccafe0557f
commit
f972aa44ba
@@ -892,7 +892,7 @@ public class RewardActor extends Actor implements Disposable, ImageFetcher.Callb
|
|||||||
resetTransform(batch);
|
resetTransform(batch);
|
||||||
batch.setProjectionMatrix(oldProjectionTransform);
|
batch.setProjectionMatrix(oldProjectionTransform);
|
||||||
|
|
||||||
if (showOverlay && Config.instance().getSettingData().showShopOverlay) {
|
if (showOverlay && Config.instance().getSettingData().showShopOverlay && reward.getType() != Reward.Type.CardPack) {
|
||||||
if (overlayLabel == null) {
|
if (overlayLabel == null) {
|
||||||
setOverlayLabel();
|
setOverlayLabel();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user