diff options
| author | 1029chris <1029chris@gmail.com> | 2016-10-17 14:50:10 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-10-17 14:50:10 -0700 |
| commit | cdd67c5b51932219b3b5de9b5e52972252781dd0 (patch) | |
| tree | c8669e59052d58e07a1fa9372f54f2605310b4fc /virus2.lua | |
| parent | cffe98dc03bc1113fe9d665c04bfb17cfde24a57 (diff) | |
Shortened the max attack time
Diffstat (limited to 'virus2.lua')
| -rw-r--r-- | virus2.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
