diff options
| author | 1029chris <1029chris@gmail.com> | 2016-10-30 00:25:50 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-10-30 00:25:50 -0700 |
| commit | eb30ab8cc663a71dbe6819da9c90f0c3f1be9976 (patch) | |
| tree | 43e44e19206122ca6a1a46864e388b95ea4a717d /virus2.lua | |
| parent | e5b3d2dfc862e13cfe5faa785090d91d906ed1c6 (diff) | |
Fixed issue with hands
Diffstat (limited to 'virus2.lua')
| -rw-r--r-- | virus2.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
