diff options
| author | 1029chris <1029chris@gmail.com> | 2016-10-30 00:09:54 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-10-30 00:09:54 -0700 |
| commit | e5b3d2dfc862e13cfe5faa785090d91d906ed1c6 (patch) | |
| tree | 5578889c1b7432661c407a7daa98303ad8e73dcb | |
| parent | 7e743cfec3e2ee7f8e64a28db45ef02a5a8ebc56 (diff) | |
Added more hand positions
| -rw-r--r-- | virus2.lua | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -209,6 +209,7 @@ function drawVirusFight2() v2.nextAttack = 15 end elseif v2.c.chat.msgs == 30 then + v2.c.handp = "gunpoint" if v2.c.health == 5 then v2.c.chat.msgs = 31 v2.c.chat.char = 0 @@ -219,6 +220,12 @@ 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 + v2.c.handp = "idle" + elseif v2.c.chat.msgs == 33 then + v2.c.handp = "spread" + elseif v2.c.chat.msgs == 35 then + v2.c.handp = "fist" end if v2.fightStart == true and v2.c.chat.msgs == 24 then music.tension2:stop() |
