修复放置提示被一键下派遮挡

master
罗家炜 2025-04-26 14:27:28 +08:00
parent 7b0d30649e
commit bd2ae0c35b
2 changed files with 134 additions and 134 deletions

View File

@ -191,7 +191,7 @@ function M:LoadConfigToDetail(data)
configData.jiangma and string.format("奖%d", configData.jiangma) or "不奖", configData.shaozhuang and ",有烧庄" or "",
configData.zuoma and ",庄家坐马" or "",
configData.zimo and ",只能自摸" or ",自摸可点炮",
configData.tuoguan and string.format(",%d秒后自动托管", configData.tuoguan_active_time) or "不能托管",
configData.tuoguan and string.format(",%d秒后自动托管", configData.tuoguan_active_time) or ",不能托管",
configData.jiahu and ",可以假胡" or "", configData.fengding and ",封顶20炮" or "",
configData.zhuanwan and "大转弯" or "小转弯")
return returnString