aboutsummaryrefslogtreecommitdiff
path: root/virus2.lua
diff options
context:
space:
mode:
Diffstat (limited to 'virus2.lua')
-rw-r--r--virus2.lua2
1 files changed, 1 insertions, 1 deletions
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"