From cdd67c5b51932219b3b5de9b5e52972252781dd0 Mon Sep 17 00:00:00 2001 From: 1029chris <1029chris@gmail.com> Date: Mon, 17 Oct 2016 14:50:10 -0700 Subject: Shortened the max attack time --- virus2.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit