- DOM: Added Tiana, Ship's Caretaker

This commit is contained in:
swordshine
2018-03-12 09:51:14 +08:00
parent 57c9c2fe90
commit 2120d4493e
2 changed files with 12 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ public class CardDamageMap extends ForwardingTable<Card, GameEntity, Integer> {
sourceLKI.getGame().getTriggerHandler().runTrigger(TriggerType.DamageDealtOnce, runParams, false);
if (sourceLKI.hasKeyword("Lifelink")) {
// FIXME: add sourceSA to fix Firesong and Sunspeaker
sourceLKI.getController().gainLife(sum, sourceLKI);
}
}