From d293377e7dedd102e9afb2a51fda3d3375d7904d Mon Sep 17 00:00:00 2001 From: 1029chris <1029chris@gmail.com> Date: Sat, 29 Oct 2016 23:28:39 -0700 Subject: Added second half and ending of second fight --- system.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system.lua') 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 -- cgit