From 8c831056c9e5f22e504f9d7e57b7fe35b17cc617 Mon Sep 17 00:00:00 2001 From: 1029chris <1029chris@gmail.com> Date: Tue, 3 May 2016 18:10:18 -0700 Subject: Implimented new loading system webpages now load --- virus1.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'virus1.lua') 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 -- cgit