Skip to content
2 changes: 1 addition & 1 deletion apps/core/character/yingbian/skill.js
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ const skills = {
targets: [player],
addCount: false,
});
const num = player.hasHistory("damage", evt => evt.card === cardx) ? 2 : 1;
const num = player.hasHistory("damage", evt => evt.source === target) ? 2 : 1;
Comment thread
mengxinzxz marked this conversation as resolved.
Outdated
await player.draw(num);
},
ai: {
Expand Down