aboutsummaryrefslogtreecommitdiff
path: root/virus2.lua
diff options
context:
space:
mode:
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