diff options
| author | 1029chris <1029chris@gmail.com> | 2016-04-23 21:16:54 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-04-23 21:16:54 -0700 |
| commit | 829a6ac12c00d12261c15640de391aee1076d8c7 (patch) | |
| tree | 9d6fd1d90680f8067c0bdc34313bfbc845fcd3df /virus1.lua | |
| parent | f032ba786b688a16d9eb502b9c8896655076b207 (diff) | |
Virus has dialogue after antivirus transforms
Diffstat (limited to 'virus1.lua')
| -rw-r--r-- | virus1.lua | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
