aboutsummaryrefslogtreecommitdiff
path: root/virus1.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-04-23 21:16:54 -0700
committer1029chris <1029chris@gmail.com>2016-04-23 21:16:54 -0700
commit829a6ac12c00d12261c15640de391aee1076d8c7 (patch)
tree9d6fd1d90680f8067c0bdc34313bfbc845fcd3df /virus1.lua
parentf032ba786b688a16d9eb502b9c8896655076b207 (diff)
Virus has dialogue after antivirus transforms
Diffstat (limited to 'virus1.lua')
-rw-r--r--virus1.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/virus1.lua b/virus1.lua
index 83bf1ce..61f0fab 100644
--- a/virus1.lua
+++ b/virus1.lua
@@ -131,6 +131,10 @@ function drawVirusFight1()
if v1.c.chat.time > 4 then
v1.c.chat.msgs = 9
end
+ elseif v1.c.chat.msgs == 12 then
+ if av.gun == 98 then
+ v1.c.chat.msgs = 13
+ end
end
v1.c.sp = math.sqrt(math.abs(v1.c.xd - v1.c.x)*2 + math.abs(v1.c.yd - v1.c.y)*2)/5
if v1.c.chat.msgs == 8 then