From eb30ab8cc663a71dbe6819da9c90f0c3f1be9976 Mon Sep 17 00:00:00 2001 From: 1029chris <1029chris@gmail.com> Date: Sun, 30 Oct 2016 00:25:50 -0700 Subject: Fixed issue with hands --- virus2.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virus2.lua b/virus2.lua index 448cb62..064d167 100644 --- a/virus2.lua +++ b/virus2.lua @@ -220,7 +220,7 @@ function drawVirusFight2() v2.c.xd = sys.w/2 v2.c.yd = sys.h/3 end - elseif v2.c.chat.msgs == 31 or v2.c.chat.msgs == 34 then + elseif v2.c.chat.msgs == 31 or v2.c.chat.msgs == 34 or v2.c.chat.msgs == 32 then v2.c.handp = "idle" elseif v2.c.chat.msgs == 33 then v2.c.handp = "spread" -- cgit