mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
DamageMap: use cause for Lifelink part
This commit is contained in:
@@ -427,7 +427,7 @@ public class HumanPlay {
|
||||
p.addDamage(amount, source, damageMap, preventMap, null);
|
||||
|
||||
preventMap.triggerPreventDamage(false);
|
||||
damageMap.triggerDamageDoneOnce(false);
|
||||
damageMap.triggerDamageDoneOnce(false, null);
|
||||
}
|
||||
else if (part instanceof CostPutCounter) {
|
||||
CounterType counterType = ((CostPutCounter) part).getCounter();
|
||||
|
||||
Reference in New Issue
Block a user