From adbb6ba49096090b1155d3f7cfdc7c0665b219be Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Sat, 27 Dec 2025 17:38:25 +0200 Subject: [PATCH] deltaruneProphecy: Noelle cast SNOWGRAVE! --- deltaruneProphecy/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deltaruneProphecy/index.tsx b/deltaruneProphecy/index.tsx index 88b3627..80afe43 100644 --- a/deltaruneProphecy/index.tsx +++ b/deltaruneProphecy/index.tsx @@ -101,6 +101,10 @@ children:[ { match: /"Mutual Friends"/g, replace: "\"Mutual Darkners\"" + }, + { + match: /No one with that name could be found\./g, + replace: "You made her freeze them all! Noelle cast SNOWGRAVE!" } ] }