aboutsummaryrefslogtreecommitdiff
path: root/window.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-08-08 00:05:07 -0700
committer1029chris <1029chris@gmail.com>2016-08-08 00:05:07 -0700
commit4515e6a967d283d3921a8695f9d093ef0688902e (patch)
tree047d4f01dc5422ca35304af556028a9fd1d29dcd /window.lua
parentf2c4f1b45619abfd6fdd079d00adfd25e4243ef3 (diff)
Starting Virus 2 fight
Added scene 3 Virus 2 appears after closing a popup
Diffstat (limited to 'window.lua')
-rw-r--r--window.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/window.lua b/window.lua
index dd38c99..8492e53 100644
--- a/window.lua
+++ b/window.lua
@@ -115,6 +115,9 @@ function drawWindow(id)
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 v2.start == true then
+ win[id].ex = true
+ end
if v1.yes == true and id == 2 and v1.timer >= 4 then
layer.sendToFront = 2
end