diff options
| author | 1029chris <1029chris@gmail.com> | 2016-10-29 23:28:39 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-10-29 23:28:39 -0700 |
| commit | d293377e7dedd102e9afb2a51fda3d3375d7904d (patch) | |
| tree | 588181ae53b101250cf4ec2a5931066f60c76c56 /system.lua | |
| parent | a6bce9a2ac2d1dc641f166c76191627b01cec64c (diff) | |
Added second half and ending of second fight
Diffstat (limited to 'system.lua')
| -rw-r--r-- | system.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
