diff options
| author | 1029chris <1029chris@gmail.com> | 2016-11-11 21:22:13 -0800 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-11-11 21:22:13 -0800 |
| commit | 2b2e181aa73da9c49d89b53d61ec28f3319a98eb (patch) | |
| tree | ad4781a7596dde1373d51fce001336c6a3ca18a2 /virus2.lua | |
| parent | 24a4940f5f7c55d6deb28f22d6f392346222891a (diff) | |
Added another Occams Laser song
Diffstat (limited to 'virus2.lua')
| -rw-r--r-- | virus2.lua | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
