mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-12 16:58:57 +00:00
Merge remote-tracking branch 'upstream/master' into formats/premodern
This commit is contained in:
@@ -616,6 +616,7 @@ public class RewardActor extends Actor implements Disposable, ImageFetcher.Callb
|
|||||||
|
|
||||||
public void removeTooltip() {
|
public void removeTooltip() {
|
||||||
if (tooltip != null) {
|
if (tooltip != null) {
|
||||||
|
if (tooltip.getActor() != null)
|
||||||
tooltip.getActor().remove();
|
tooltip.getActor().remove();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -934,7 +935,9 @@ public class RewardActor extends Actor implements Disposable, ImageFetcher.Callb
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void hide() {
|
public void hide() {
|
||||||
|
if (tooltip_actor != null)
|
||||||
tooltip_actor.remove();
|
tooltip_actor.remove();
|
||||||
|
if (switchButton != null)
|
||||||
switchButton.remove();
|
switchButton.remove();
|
||||||
shown = false;
|
shown = false;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2639,14 +2639,6 @@
|
|||||||
"options": [
|
"options": [
|
||||||
{
|
{
|
||||||
"action": [
|
"action": [
|
||||||
{
|
|
||||||
"grantRewards": [
|
|
||||||
{
|
|
||||||
"type": "shards",
|
|
||||||
"count": 15
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"grantRewards": [
|
"grantRewards": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user