Commit 42c7d1a4 authored by POLYMER's avatar POLYMER

fix

parent 03515b23
...@@ -179,6 +179,7 @@ function cm.tg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -179,6 +179,7 @@ function cm.tg(e,tp,eg,ep,ev,re,r,rp,chk)
x = Duel.GetRandomNumber(1,5) x = Duel.GetRandomNumber(1,5)
x = globetrot.random(x) x = globetrot.random(x)
if globetrot.g > 5 then if globetrot.g > 5 then
globetrot.g = 0
while true do while true do
x = Duel.GetRandomNumber(1,5) x = Duel.GetRandomNumber(1,5)
if cm[tostring(x)](c) then if cm[tostring(x)](c) then
......
...@@ -178,6 +178,7 @@ function cm.tg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -178,6 +178,7 @@ function cm.tg(e,tp,eg,ep,ev,re,r,rp,chk)
x = Duel.GetRandomNumber(1,5) x = Duel.GetRandomNumber(1,5)
x = globetrot.random(x) x = globetrot.random(x)
if globetrot.g > 5 then if globetrot.g > 5 then
globetrot.g = 0
while true do while true do
x = Duel.GetRandomNumber(1,5) x = Duel.GetRandomNumber(1,5)
if cm[tostring(x)](c) then if cm[tostring(x)](c) then
......
...@@ -178,6 +178,7 @@ function cm.tg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -178,6 +178,7 @@ function cm.tg(e,tp,eg,ep,ev,re,r,rp,chk)
x = Duel.GetRandomNumber(1,5) x = Duel.GetRandomNumber(1,5)
x = globetrot.random(x) x = globetrot.random(x)
if globetrot.g > 5 then if globetrot.g > 5 then
globetrot.g = 0
while true do while true do
x = Duel.GetRandomNumber(1,5) x = Duel.GetRandomNumber(1,5)
if cm[tostring(x)](c) then if cm[tostring(x)](c) then
......
...@@ -178,6 +178,7 @@ function cm.tg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -178,6 +178,7 @@ function cm.tg(e,tp,eg,ep,ev,re,r,rp,chk)
x = Duel.GetRandomNumber(1,5) x = Duel.GetRandomNumber(1,5)
x = globetrot.random(x) x = globetrot.random(x)
if globetrot.g > 5 then if globetrot.g > 5 then
globetrot.g = 0
while true do while true do
x = Duel.GetRandomNumber(1,5) x = Duel.GetRandomNumber(1,5)
if cm[tostring(x)](c) then if cm[tostring(x)](c) then
......
...@@ -178,6 +178,7 @@ function cm.tg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -178,6 +178,7 @@ function cm.tg(e,tp,eg,ep,ev,re,r,rp,chk)
x = Duel.GetRandomNumber(1,5) x = Duel.GetRandomNumber(1,5)
x = globetrot.random(x) x = globetrot.random(x)
if globetrot.g > 5 then if globetrot.g > 5 then
globetrot.g = 0
while true do while true do
x = Duel.GetRandomNumber(1,5) x = Duel.GetRandomNumber(1,5)
if cm[tostring(x)](c) then if cm[tostring(x)](c) then
......
...@@ -178,6 +178,7 @@ function cm.tg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -178,6 +178,7 @@ function cm.tg(e,tp,eg,ep,ev,re,r,rp,chk)
x = Duel.GetRandomNumber(1,5) x = Duel.GetRandomNumber(1,5)
x = globetrot.random(x) x = globetrot.random(x)
if globetrot.g > 5 then if globetrot.g > 5 then
globetrot.g = 0
while true do while true do
x = Duel.GetRandomNumber(1,5) x = Duel.GetRandomNumber(1,5)
if cm[tostring(x)](c) then if cm[tostring(x)](c) then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment