diff options
| author | 1029chris <1029chris@gmail.com> | 2016-12-11 01:16:50 -0800 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-12-11 01:16:50 -0800 |
| commit | a78afab133e6a19c8c3862474e233eeda3f9c066 (patch) | |
| tree | 0c9eb7c4d271b5e535ab9a57dc07f42f961670ef /system.lua | |
| parent | 75c47a20b8a5ce798c11d36805499d26b28b3914 (diff) | |
Made delay on second virus a bit longer to allow time for settings change
Diffstat (limited to 'system.lua')
| -rw-r--r-- | system.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
