diff options
| author | 1029chris <1029chris@gmail.com> | 2016-04-21 14:30:14 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-04-21 14:30:14 -0700 |
| commit | 93c08eea949389de3d41148197100d232eacc137 (patch) | |
| tree | bc74018507a8b2c452ad50f11c333cdc4b382c81 /window.lua | |
| parent | 6b3b3d0aa652bdda25189742160b4649afd40409 (diff) | |
Antivirus appears after Viruses speech
Viruses eye can now look at different things
looks at front, then mouse, then antivirus
Changed window.lua to work in the virus mode
Diffstat (limited to 'window.lua')
| -rw-r--r-- | window.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ function drawWindow(id) win[id].y = sys.h-win[id].h-panel.thick-1 end end - if v1.yes == true and id ~= 2 and win[id].ex == false and v1.timer >= 4 then + if v1.yes == true and id ~= 2 and win[id].ex == false and v1.timer >= 4 and v1.c.chat.msgs < 7 then win[id].ex = true end if v1.yes == true and id == 2 and v1.timer >= 4 then |
