This commit is contained in:
Spmario233 2024-05-24 20:43:44 +08:00
parent 86d812dc18
commit f8ae99fac4
1 changed files with 1 additions and 1 deletions

View File

@ -735,7 +735,7 @@ const skills = {
.set("ai", target => {
const player = get.player();
return get.damageEffect(target, player, player) * (1.1 - get.sgn(get.attitude(player, target)));
});
}).forResult("targets");
player.line(target, "green");
target.damage(2);
}