diff options
| author | 1029chris <1029chris@gmail.com> | 2016-04-30 21:50:07 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-04-30 21:50:07 -0700 |
| commit | 9cbb6fa487c4e87085c1e32269ce671e99760b44 (patch) | |
| tree | f7056cc4e2abe913f26d82a6c09d81a7876de611 /window.lua | |
| parent | 0b95f7b3e6531d599d705fb8692d86fc0abb45d6 (diff) | |
Added more to the fight
ship explodes at 20 health
fight stops at 0 health
other fixes
refresh rate adjustments
Diffstat (limited to 'window.lua')
| -rw-r--r-- | window.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ function drawWindow(id) elseif win[4].y >= sys.h-panel.thick-200 then win[4].crazyUp = true end - if sys.mouse.drag == true then + if sys.mouse.drag == true or v1.c.chat.msgs >= 41 then win[4].crazy = false end end |
