mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Merge branch 'Card-Forge:master' into master
This commit is contained in:
@@ -54,6 +54,8 @@ public abstract class DrawOnPixmap {
|
|||||||
frameBuffer.end();
|
frameBuffer.end();
|
||||||
texture.dispose();
|
texture.dispose();
|
||||||
batch.dispose();
|
batch.dispose();
|
||||||
|
if (bigText) //don't know why this is needed to circumvent bug getting default size for the same pixelfont
|
||||||
|
Controls.getBitmapFont("default");
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,16 @@
|
|||||||
|
Name:Altar of Bhaal
|
||||||
|
ManaCost:1 B
|
||||||
|
Types:Artifact
|
||||||
|
AlternateMode:Adventure
|
||||||
|
A:AB$ ChangeZone | Cost$ 2 B T Exile<1/Creature> | TgtPrompt$ Choose target creature card in your graveyard | ValidTgts$ Creature.YouCtrl | Origin$ Graveyard | Destination$ Battlefield | SorcerySpeed$ True | SpellDescription$ Return target creature card from your graveyard to the battlefield. Activate only as a sorcery.
|
||||||
|
AI:RemoveDeck:Random
|
||||||
|
Oracle:{2}{B}, {T}, Exile a creature you control: Return target creature card from your graveyard to the battlefield. Activate only as a sorcery.
|
||||||
|
|
||||||
|
ALTERNATE
|
||||||
|
|
||||||
|
Name:Bone Offering
|
||||||
|
ManaCost:2 B
|
||||||
|
Types:Sorcery Adventure
|
||||||
|
A:SP$ Token | TokenAmount$ 1 | TokenScript$ b_4_1_skeleton_menace | TokenTapped$ True | TokenOwner$ You | SpellDescription$ Create a tapped 4/1 black Skeleton creature token with menace.
|
||||||
|
DeckHas:Ability$Token & Type$Skeleton
|
||||||
|
Oracle:Create a tapped 4/1 black Skeleton creature token with menace.
|
||||||
Reference in New Issue
Block a user