aboutsummaryrefslogtreecommitdiff
path: root/system.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-12-11 01:16:50 -0800
committer1029chris <1029chris@gmail.com>2016-12-11 01:16:50 -0800
commita78afab133e6a19c8c3862474e233eeda3f9c066 (patch)
tree0c9eb7c4d271b5e535ab9a57dc07f42f961670ef /system.lua
parent75c47a20b8a5ce798c11d36805499d26b28b3914 (diff)
Made delay on second virus a bit longer to allow time for settings change
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 2d3f7ee..a2ff225 100644
--- a/system.lua
+++ b/system.lua
@@ -19,7 +19,7 @@ function updateSystem(dt)
addPopup(false, sys.w/2-300, sys.h/2-200, 600, 400, 1, false, true)
end
elseif virus2Lose ~= 0 then
- if v2.startTime >= 3 then
+ if v2.startTime >= 8 then
v2.start = true
addPopup(false, sys.w/2-300, sys.h/2-200, 600, 400, 1, false, true)
end