mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Merge branch 'sphinx2nd' into 'master'
CMR: Sphinx of the Second Sun See merge request core-developers/forge!3371
This commit is contained in:
@@ -35,6 +35,9 @@ public class AddPhaseEffect extends SpellAbilityEffect {
|
||||
followingExtra = PhaseType.smartValueOf(followedBy);
|
||||
}
|
||||
PhaseType followingAfter = extra.equals(PhaseType.COMBAT_BEGIN) ? PhaseType.COMBAT_END : extra;
|
||||
if (sa.hasParam("AdditionalBeginningPhase")) {
|
||||
followingAfter = extra.equals(PhaseType.UNTAP) ? PhaseType.DRAW : extra;
|
||||
}
|
||||
phaseHandler.addExtraPhase(followingAfter, followingExtra);
|
||||
}
|
||||
}
|
||||
|
||||
9
forge-gui/res/cardsfolder/upcoming/sphinx_of_the_second_sun.txt
Executable file
9
forge-gui/res/cardsfolder/upcoming/sphinx_of_the_second_sun.txt
Executable file
@@ -0,0 +1,9 @@
|
||||
Name:Sphinx of the Second Sun
|
||||
ManaCost:6 U U
|
||||
Types:Creature Sphinx
|
||||
PT:6/6
|
||||
K:Flying
|
||||
T:Mode$ Phase | Phase$ Main2 | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigAddPhase | TriggerDescription$ At the beginning of your postcombat main phase, you get an additional beginning phase after this phase. (The beginning phase includes the untap, upkeep, and draw steps.)
|
||||
SVar:TrigAddPhase:DB$ AddPhase | ExtraPhase$ Untap | AdditionalBeginningPhase$ True | FollowedBy$ End of Turn
|
||||
SVar:PlayMain1:TRUE
|
||||
Oracle:Flying\nAt the beginning of your postcombat main phase, you get an additional beginning phase after this phase. (The beginning phase includes the untap, upkeep, and draw steps.)
|
||||
Reference in New Issue
Block a user