aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()