zhanwencai 1 год назад
Родитель
Сommit
3b73ce3e8d
2 измененных файлов с 4 добавлено и 1 удалено
  1. BIN
      script/file3.tar.gz
  2. 4 1
      script/module/drawCard/DrawCardLogic.lua

BIN
script/file3.tar.gz


+ 4 - 1
script/module/drawCard/DrawCardLogic.lua

@@ -550,7 +550,10 @@ end
 
 function randHeroIDV2(human, id, op, config, isAct)
     if isAct == 0 then
-        if id == DRAWCARD_ID2 and op == DRAWCARD_OP_1 and getDrawCnt(human, id) == 0 then
+        if id == DRAWCARD_ID1 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
             return SysParameter.getSysParameter(SysParameter.PARAMETER_7)
         end
     end