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