aboutsummaryrefslogtreecommitdiff
path: root/virus2.lua
diff options
context:
space:
mode:
Diffstat (limited to 'virus2.lua')
-rw-r--r--virus2.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/virus2.lua b/virus2.lua
index 670932d..7d00422 100644
--- a/virus2.lua
+++ b/virus2.lua
@@ -254,6 +254,11 @@ function drawVirusFight2()
music.battle2:setVolume(1)
music.tension2:stop()
music.battle2:play()
+ music.realization:stop()
+ elseif virus2Lose > 0 and virus2Lose < 3 and v2.c.chat.msgs == 3 then
+ music.realization:play()
+ elseif v2.c.chat.msgs == 11 and virus2Lose == 1 then
+ music.realization:stop()
elseif v2.c.chat.msgs == 12 and virus2Lose == 1 then
music.tension2:play()
elseif v2.fightStart == true and v2.c.chat.msgs == 26 then