diff --git a/script.rpy b/script.rpy index 34d6aac..8b3ca50 100644 --- a/script.rpy +++ b/script.rpy @@ -1166,4 +1166,20 @@ label epilogue: advnarrator "When you try, I just can't help but smile." advnarrator "Because I know you too well." scene cg_meeting_empty with Fade(0.0, 0.3, 1.5) - advnarrator "And I know you know that too, by now." \ No newline at end of file + advnarrator "And by now you must be aware too." + show null boast smug with dissolve + null "Welcome home, Irida..." + null "How was your day?" + null "... Frustrating?" + irida "Yeah.{w} You could say that." + scene black with Fade(1.5, 0.5, 0) + advnarrator "I really never thought I'd be able to say this, but..." + null "Then... w, what are you waiting for?" + scene cg_meeting_end with Fade(0.0, 0.3, 2.5) + null "Come destroy me...{w} like usual..." + advnarrator "Even though it was always you making things worse..." + scene black with Fade(1,5, 1.0, 0) + advnarrator "Even though you were always everything I hated about myself..." + advnarrator "Somehow, in the end, I'm so thankful I made you." + pause 1.0 + call static(3.0) \ No newline at end of file