修复【藏心】ai

This commit is contained in:
157 2024-05-07 11:49:44 +08:00
parent 342c727731
commit 2ce1cac7d5
1 changed files with 1 additions and 1 deletions

View File

@ -2828,7 +2828,7 @@ const skills = {
}, },
checkx: function (event, player) { checkx: function (event, player) {
var target = event.source; var target = event.source;
return get.damageEffect(player, target, target) <= 0; return get.damageEffect(player, target, player) <= 0;
}, },
forced: true, forced: true,
content: function () { content: function () {