aboutsummaryrefslogtreecommitdiff
path: root/window.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-08-23 19:06:17 -0700
committer1029chris <1029chris@gmail.com>2016-08-23 19:06:17 -0700
commit9befdf97aaeeb3377586261b60a2da85f2bd5b58 (patch)
tree26d3af1901f0bff58be866b66733a5aaef3de010 /window.lua
parent1e55cc4060d151807f9acbac89ab8b158bb1c120 (diff)
Antivirus appears
- WIP of virus2 shooting antivirus - OTher stuff
Diffstat (limited to 'window.lua')
-rw-r--r--window.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/window.lua b/window.lua
index 8492e53..1ed3edb 100644
--- a/window.lua
+++ b/window.lua
@@ -116,7 +116,10 @@ function drawWindow(id)
win[id].ex = true
end
if v2.start == true then
- win[id].ex = true
+ if id == 4 and v2.c.chat.msgs > 16 then
+ else
+ win[id].ex = true
+ end
end
if v1.yes == true and id == 2 and v1.timer >= 4 then
layer.sendToFront = 2