Skip to content

Commit

Permalink
。。。
Browse files Browse the repository at this point in the history
  • Loading branch information
zyun7799 committed Nov 9, 2014
1 parent fe9ebd7 commit 4e78c31
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lua/ai/formation-ai.lua
Original file line number Diff line number Diff line change
Expand Up @@ -323,10 +323,6 @@ sgs.ai_use_priority.ShangyiCard = 9
sgs.ai_card_intention.ShangyiCard = 50

sgs.ai_skill_invoke.yicheng = function(self, data)
local use = data:toCardUse()
if use.card:isKindOf("Slash") and self:isFriendWith(use.to) and self:isWeak(use.to) then
return true
end
if not self:willShowForDefence() then
return false
end
Expand Down

0 comments on commit 4e78c31

Please sign in to comment.