zhanwencai vor 1 Jahr
Ursprung
Commit
35d8e096c2
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      script/module/drawCard/DrawCardLogic.lua

+ 2 - 2
script/module/drawCard/DrawCardLogic.lua

@@ -550,10 +550,10 @@ end
 
 function randHeroIDV2(human, id, op, config, isAct)
     if isAct == 0 then
-        if id == DRAWCARD_ID1 and op == DRAWCARD_OP_1 and getDrawCnt(human, id) == 0 then
+        if id == DRAWCARD_ID2 and op == DRAWCARD_OP_1 and getDrawCnt(human, id) == 0 then
             -- 首次普通单抽
             return SysParameter.getSysParameter(SysParameter.PARAMETER_6)
-        elseif id == DRAWCARD_ID2 and op == DRAWCARD_OP_1 and getDrawCnt(human, id) == 0 then
+        elseif id == DRAWCARD_ID2 and op == DRAWCARD_OP_1 and getDrawCnt(human, id) == 1 then
             return SysParameter.getSysParameter(SysParameter.PARAMETER_7)
         end
     end