diff --git a/audio/bgm/evil.mp3 b/audio/bgm/evil.mp3 index a906af5..0201c89 100644 Binary files a/audio/bgm/evil.mp3 and b/audio/bgm/evil.mp3 differ diff --git a/script.rpy b/script.rpy index 3db12b2..7c98f7e 100644 --- a/script.rpy +++ b/script.rpy @@ -261,11 +261,14 @@ label act1: nvl clear - nvlnarrator "Shrugging NULL off, I get up, making my way through the living room to get to the kitchen.{w} Every step I take must be careful, lest I step on a trash bag or any other sort of + nvlnarrator "Shrugging NULL off, I get up, making my way through the living room to get to the kitchen." + play sound waste_cans + extend" Every step I take must be careful, lest I step on a trash bag or any other sort of bullshit thrown about." stop ambient fadeout 10 nvlnarrator "Most common are the plastic cups all around, all of them still with a few drops of sweet drinks clinging to their rims.{w} Some were tucked inside various takeout and plastic bags, which were also - thrown about in ample amounts." + thrown about in ample amounts."xszo0poikl + play sound waste_cans nvlnarrator "Everything that could be piled up is piled up.{w} There are a few pockets of trash that might as well be makeshift pillars.{w} Even in the rim of my own bed sits a pillar of filth." scene kitchen with dissolve nvlnarrator "I used to tell myself the day would come where I'd regain my energy and bring it all back to the way it should be, but by now I've accepted it...{w} I will die taking in these sights, and smelling this @@ -450,6 +453,8 @@ label act1: nvlnarrator "I close my eyes, pretending not to care about the present nastiness.{w} I just need to rest...{w} Forget everything, and just rest." nvlnarrator "......" scene bathroom with Fade(0, 0.5, 1) + play sound waste_cans + play ambient waterdrops fadein 1.5 extend " The first thing I do when I get up is head to the bathroom, still needing to step carefully through the apartment, and wipe my face.{w} I don't bother with the puddle on the floor...{w} I don't have it in me right now." nvlnarrator "Desperate to get my throat to stop burning, I also sip some of the sink water.{w} It doesn't really help.{w} Not sure what I was expecting?" @@ -486,6 +491,7 @@ label act1: nvlnarrator "Well...{w} My hair continues to look unruly, the ribbons loose and frayed...{w} nevertheless,{w} it'll be better than nothing." nvl hide Dissolve(0.1) + stop ambient fadeout 1.0 scene bed with Fade(0.5, 0.2, 0.5) nvl clear diff --git a/script.rpyc b/script.rpyc index 3098266..e9de7f7 100644 Binary files a/script.rpyc and b/script.rpyc differ