From 38775e9090dacbd5a663b7eb900778d0e4852046 Mon Sep 17 00:00:00 2001 From: 1029chris <1029chris@gmail.com> Date: Sun, 16 Oct 2016 04:47:17 -0700 Subject: Added many attacks for Virus 2 started virus 2 fight its playable now its also 5 am --- antivirus.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'antivirus.lua') 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 -- cgit