Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -39,12 +39,12 @@ str["我方灵摆区"] = Duel.GetFieldGroupCount(0,LOCATION_PZONE,0) str["我方除外区"] = Duel.GetFieldGroupCount(0,LOCATION_REMOVED,0) str["我方额外卡组"] = Duel.GetFieldGroupCount(0,LOCATION_EXTRA,0) str["我方魔陷区"] = Duel.GetFieldGroupCount(0,LOCATION_SZONE,0) - str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["我方怪兽区"] str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["我方墓地"] + str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["我方怪兽区"] --~ Debug.ShowHint(str["这个残局的效果卡数量"]) end