From 3a3e56b423a2318f69b343b4792d7b97a86b34d0 Mon Sep 17 00:00:00 2001 From: ameworm Date: Tue, 10 Feb 2026 19:47:55 -0300 Subject: [PATCH] started at epilogue but abt to go take a shower ww --- script.rpy | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/script.rpy b/script.rpy index 530be81..23226ed 100644 --- a/script.rpy +++ b/script.rpy @@ -1130,4 +1130,16 @@ label finale: scene black with Fade(4.5, 3.0, 0) label epilogue: - advnarrator "AAAAAAAAA" \ No newline at end of file + scene street_night with Fade(0.0, 0.3, 1.5) + advnarrator "I've come to really appreciate the little coincidences in life." + advnarrator "The ones that make it easier, anyway." + advnarrator "The way to my new workplace wasn't too dissimilar to the one that came before, so I made short work of memorizing it." + advnarrator "Though now I prefer avoiding the intersection." + scene black with Fade(2.0, 1.5, 0) + show null boast smug at right with dissolve + null "Scared you'll run into someone else killable, I take it?" + null "But really, I do get it..." + show null boast smugopen at right with bouncetransition + null "Anyone with a mind as frail as yours would be better off avoiding anything that could upset them, right?" + null "Even just a little..." + null "Poor, fragile Irida would just crumble remembering the time she killed someone in her mind!" \ No newline at end of file