aboutsummaryrefslogtreecommitdiff
path: root/virus1.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-05-03 18:10:18 -0700
committer1029chris <1029chris@gmail.com>2016-05-03 18:10:18 -0700
commit8c831056c9e5f22e504f9d7e57b7fe35b17cc617 (patch)
tree8469d79fb193b2af464460e7eadbc854fd9877ee /virus1.lua
parent48b794b936f987b0283342ca385d77b5b8ec95f9 (diff)
Implimented new loading system
webpages now load
Diffstat (limited to 'virus1.lua')
-rw-r--r--virus1.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/virus1.lua b/virus1.lua
index 64513a4..b97ece3 100644
--- a/virus1.lua
+++ b/virus1.lua
@@ -214,7 +214,7 @@ function drawVirusFight1()
if v1.c.chat.msgs == 2 then
v1.c.xd = sys.w/2
v1.c.yd = sys.h/2
- elseif v1.c.chat.msgs == 8 or v1.c.chat.msgs == 41 or v1.c.chat.msgs == 39 then
+ elseif v1.c.chat.msgs == 8 or v1.c.chat.msgs == 41 or v1.c.chat.msgs == 39 or v1.c.chat.msgs == 50 then
v1.c.xd = sys.w/2
v1.c.yd = 200
elseif v1.c.chat.msgs == 25 then