aboutsummaryrefslogtreecommitdiff
path: root/virus2.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-10-17 14:50:10 -0700
committer1029chris <1029chris@gmail.com>2016-10-17 14:50:10 -0700
commitcdd67c5b51932219b3b5de9b5e52972252781dd0 (patch)
treec8669e59052d58e07a1fa9372f54f2605310b4fc /virus2.lua
parentcffe98dc03bc1113fe9d665c04bfb17cfde24a57 (diff)
Shortened the max attack time
Diffstat (limited to 'virus2.lua')
-rw-r--r--virus2.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/virus2.lua b/virus2.lua
index 41be4c4..886c49c 100644
--- a/virus2.lua
+++ b/virus2.lua
@@ -50,7 +50,7 @@ function drawVirusFight2()
elseif na == 8 then
v2.currentAttack = "shotgun"
end
- v2.nextAttack = math.random(5,20)
+ v2.nextAttack = math.random(5,15)
if na == 3 or na == 4 then
v2.nextAttack = 5
end