diff options
| author | 1029chris <1029chris@gmail.com> | 2016-08-08 00:05:07 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-08-08 00:05:07 -0700 |
| commit | 4515e6a967d283d3921a8695f9d093ef0688902e (patch) | |
| tree | 047d4f01dc5422ca35304af556028a9fd1d29dcd /window.lua | |
| parent | f2c4f1b45619abfd6fdd079d00adfd25e4243ef3 (diff) | |
Starting Virus 2 fight
Added scene 3
Virus 2 appears after closing a popup
Diffstat (limited to 'window.lua')
| -rw-r--r-- | window.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
