diff options
| author | 1029chris <1029chris@gmail.com> | 2016-08-23 19:06:17 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-08-23 19:06:17 -0700 |
| commit | 9befdf97aaeeb3377586261b60a2da85f2bd5b58 (patch) | |
| tree | 26d3af1901f0bff58be866b66733a5aaef3de010 /window.lua | |
| parent | 1e55cc4060d151807f9acbac89ab8b158bb1c120 (diff) | |
Antivirus appears
- WIP of virus2 shooting antivirus
- OTher stuff
Diffstat (limited to 'window.lua')
| -rw-r--r-- | window.lua | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
