Time Machine overhaul

This commit is contained in:
Tercio Jose
2023-06-08 22:01:34 -03:00
parent fb724bed5c
commit 631b3ceaa0
10 changed files with 368 additions and 314 deletions
-2
View File
@@ -2268,7 +2268,6 @@
if (ownerActor.end_time) then
ownerActor.end_time = nil
else
--meu_dono:IniciarTempo (_tempo)
ownerActor.start_time = _tempo
end
end
@@ -2276,7 +2275,6 @@
if (sourceActor.end_time) then --o combate terminou, reabrir o tempo
sourceActor.end_time = nil
else
--este_jogador:IniciarTempo (_tempo)
sourceActor.start_time = _tempo
end
end