虎牌特效
parent
7570f714e4
commit
4850a265de
|
|
@ -314,10 +314,10 @@ end
|
|||
|
||||
local specialCardList = { 401, 402, 403, 404, 405, 406, 407 }
|
||||
function M.tingPai(cardInhand, isZhong, qidui, eightLaizi)
|
||||
printlog("isZhong", isZhong)
|
||||
printlog("qidui", qidui)
|
||||
printlog("eightLaizi", eightLaizi)
|
||||
pt(cardInhand)
|
||||
-- printlog("isZhong", isZhong)
|
||||
-- printlog("qidui", qidui)
|
||||
-- printlog("eightLaizi", eightLaizi)
|
||||
-- pt(cardInhand)
|
||||
local self = setmetatable({}, { __index = M })
|
||||
local tingList = {}
|
||||
if not cardInhand or #cardInhand == 0 then
|
||||
|
|
|
|||
|
|
@ -117,6 +117,7 @@ function M:GetPrefix()
|
|||
end
|
||||
|
||||
function M:fillCard(obj, pos_str, card, use3d)
|
||||
print("=======================================jing", card, DataManager.CurrenRoom.jing)
|
||||
if DataManager.CurrenRoom.jing and card == DataManager.CurrenRoom.jing then
|
||||
obj:GetController('jing').selectedIndex = 1
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue