|
|
@@ -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
|