aboutsummaryrefslogtreecommitdiff
path: root/antivirus.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-10-16 04:47:17 -0700
committer1029chris <1029chris@gmail.com>2016-10-16 04:47:17 -0700
commit38775e9090dacbd5a663b7eb900778d0e4852046 (patch)
tree11667f5d9f6b2449ad00896f46add3d933d442c8 /antivirus.lua
parent41c81f2cff92d33808ab43d2ec6aab6e1703b89c (diff)
Added many attacks for Virus 2
started virus 2 fight its playable now its also 5 am
Diffstat (limited to 'antivirus.lua')
-rw-r--r--antivirus.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/antivirus.lua b/antivirus.lua
index d5111e3..9af5b96 100644
--- a/antivirus.lua
+++ b/antivirus.lua
@@ -110,6 +110,10 @@ function drawAntivirusFight()
if (v1.c.chat.msgs == 15 or v1.c.chat.msgs == 17 or v1.c.chat.msgs == 19 or v1.c.chat.msgs == 21 or v1.c.chat.msgs == 36 or v1.c.chat.msgs == 40) and av.charge == 40 then
av.fireb = true
end
+ elseif scene == 3 then
+ if v2.c.chat.msgs == 24 and av.charge == 40 then
+ av.fireb = true
+ end
end
if av.charge < 40 then
av.charge = av.charge + (math.random(4,12,25,40,5,2,10)*delta)/di