Cant say why, the mtg looks ok to me but seems this guy doesnt get trample.
also i had this guy and a street foundry citizen out and only kruin striker who entered last got the bonus
[card]
name=Kruin Striker
auto=@movedTo(other creature|myBattlefield):1/0 ueot && trample ueot
text=Whenever another creature enters the battlefield under your control, Kruin Striker gets +1/+0 and gains trample until end of turn.
mana={1}{R}
type=Creature
subtype=Human Warrior
power=2
toughness=1
[/card]
also bonuses are all screwy if you have a bunch of lord enchantments and opalescence
Kruin striker (opalescence)
Forum rules
Do not post Features/Improvments request here (i.e : AI being stupid is not a bug, not being able to do a mulligan is not a bug, etc..etc..)
Before posting, please read the Bugs reporting guideline
Do not post Features/Improvments request here (i.e : AI being stupid is not a bug, not being able to do a mulligan is not a bug, etc..etc..)
Before posting, please read the Bugs reporting guideline
Re: Kruin striker (opalescence)
Please, try this fix (trample -> transforms((,trample)) ). The correct line should look like this:
Code: Select all
auto=@movedTo(other creature|myBattlefield):1/0 ueot && transforms((,trample)) ueot