mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +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);
|
||||
batch.setProjectionMatrix(oldProjectionTransform);
|
||||
|
||||
if (showOverlay && Config.instance().getSettingData().showShopOverlay) {
|
||||
if (showOverlay && Config.instance().getSettingData().showShopOverlay && reward.getType() != Reward.Type.CardPack) {
|
||||
if (overlayLabel == null) {
|
||||
setOverlayLabel();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user