aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-10-30 00:09:54 -0700
committer1029chris <1029chris@gmail.com>2016-10-30 00:09:54 -0700
commite5b3d2dfc862e13cfe5faa785090d91d906ed1c6 (patch)
tree5578889c1b7432661c407a7daa98303ad8e73dcb
parent7e743cfec3e2ee7f8e64a28db45ef02a5a8ebc56 (diff)
Added more hand positions
-rw-r--r--virus2.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/virus2.lua b/virus2.lua
index dd42d54..448cb62 100644
--- a/virus2.lua
+++ b/virus2.lua
@@ -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()