1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  | #!/usr/bin/python  
 |  # -*- coding: GBK -*-  
 |  #  
 |  ##@package  
 |  #  
 |  # @todo: ÀལÈз籩ÿ´Î¹¥»÷¶ÔµÚһĿ±êÖØ»÷´¥·¢¶àÒ»´ÎÉ˺¦£¨Ðýת£©  
 |  #  
 |  # @author: Alee  
 |  # @date 2019-4-26 ÏÂÎç12:31:37  
 |  # @version 1.0  
 |  #  
 |  # @note:   
 |  #  
 |  #---------------------------------------------------------------------  
 |  import ChConfig  
 |    
 |  def CheckCanHappen(attacker, defender, effect, curSkill):  
 |      attacker.SetDict(ChConfig.Def_PlayerKey_1314HurtCount, 1)  
 |      return False  
 |  
  |