aboutsummaryrefslogtreecommitdiff
path: root/system.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-10-29 23:28:39 -0700
committer1029chris <1029chris@gmail.com>2016-10-29 23:28:39 -0700
commitd293377e7dedd102e9afb2a51fda3d3375d7904d (patch)
tree588181ae53b101250cf4ec2a5931066f60c76c56 /system.lua
parenta6bce9a2ac2d1dc641f166c76191627b01cec64c (diff)
Added second half and ending of second fight
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