aboutsummaryrefslogtreecommitdiff
path: root/system.lua
diff options
context:
space:
mode:
Diffstat (limited to 'system.lua')
-rw-r--r--system.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/system.lua b/system.lua
index d4386f9..dd0423d 100644
--- a/system.lua
+++ b/system.lua
@@ -11,7 +11,7 @@ function updateSystem(dt)
chat.status = 1
msgssent = msgssent + 1
end
- if v1.complete == true and v2.start == false then
+ if v1.complete == true and v2.start == false and v2.complete == false then
v2.startTime = v2.startTime + dt
if v2.startTime >= 20 then
v2.start = true