aboutsummaryrefslogtreecommitdiff
path: root/window.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-04-21 14:30:14 -0700
committer1029chris <1029chris@gmail.com>2016-04-21 14:30:14 -0700
commit93c08eea949389de3d41148197100d232eacc137 (patch)
treebc74018507a8b2c452ad50f11c333cdc4b382c81 /window.lua
parent6b3b3d0aa652bdda25189742160b4649afd40409 (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.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.lua b/window.lua
index 32ebab8..a500ea6 100644
--- a/window.lua
+++ b/window.lua
@@ -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