|
|
@@ -66,6 +66,7 @@ function ActTotalRecharge.onEnd(actor)
|
|
66
|
66
|
jprint("ActTotalRecharge.onEnd count:", data.count)
|
|
67
|
67
|
jprint("ActTotalRecharge.onEnd id:", confs[i].id)
|
|
68
|
68
|
jprint("ActTotalRecharge.onEnd totalRecharge:", confs[i].totalRecharge)
|
|
|
69
|
+ jprint("ActTotalRecharge.onEnd reward:", confs[i].reward)
|
|
69
|
70
|
if confs[i].totalRecharge and confs[i].id then
|
|
70
|
71
|
if
|
|
71
|
72
|
data.count >= tonumber(confs[i].totalRecharge) and
|