More bug fixes

This commit is contained in:
Tercio Jose
2022-10-12 18:37:00 -03:00
parent 69899679e7
commit 6243a32740
90 changed files with 5200 additions and 5212 deletions
+3 -3
View File
@@ -99,8 +99,8 @@
end
function timeMachine:Reiniciar()
table.wipe (self.tabelas[1])
table.wipe (self.tabelas[2])
table.wipe(self.tabelas[1])
table.wipe(self.tabelas[2])
self.tabelas = {{}, {}} --1 dano 2 cura
end
@@ -125,7 +125,7 @@
end
local esta_tabela = timeMachine.tabelas [self.tipo]
tinsert (esta_tabela, self)
tinsert(esta_tabela, self)
self.timeMachine = #esta_tabela
end