aboutsummaryrefslogtreecommitdiff
path: root/virus2.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-11-11 21:22:13 -0800
committer1029chris <1029chris@gmail.com>2016-11-11 21:22:13 -0800
commit2b2e181aa73da9c49d89b53d61ec28f3319a98eb (patch)
treead4781a7596dde1373d51fce001336c6a3ca18a2 /virus2.lua
parent24a4940f5f7c55d6deb28f22d6f392346222891a (diff)
Added another Occams Laser song
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