From 582917dc9b726cd0e8656463d7dfc314c7e69272 Mon Sep 17 00:00:00 2001 From: localuser Date: Thu, 30 Apr 2026 15:56:33 -0700 Subject: [PATCH 1/2] Fix birth crash --- data/CommonEvents.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/CommonEvents.json b/data/CommonEvents.json index 7d2ea66..cadce0d 100644 --- a/data/CommonEvents.json +++ b/data/CommonEvents.json @@ -90034,7 +90034,7 @@ "code": 401, "indent": 3, "parameters": [ - "\\N[\\V[111]]は\\Js<$Gamevariables.Value($Gamevariables.Value(161)+300)[47]>'s child. It's a healthy baby girl." + "\\N[\\V[111]]は\\Js<$gameVariables.value($gameVariables.value(161)+300)[47]>'s child. It's a healthy baby girl." ] }, { @@ -90062,7 +90062,7 @@ "code": 401, "indent": 3, "parameters": [ - "\\N[\\V[111]]は\\Js<$Gamevariables.Value($Gamevariables.Value(161)+300)[47]>'s child. It's a healthy baby boy." + "\\N[\\V[111]]は\\Js<$gameVariables.value($gameVariables.value(161)+300)[47]>'s child. It's a healthy baby boy." ] }, { From dd8dbe4ac171fcf597f57764811413d44f598454 Mon Sep 17 00:00:00 2001 From: localuser Date: Thu, 30 Apr 2026 16:02:36 -0700 Subject: [PATCH 2/2] TL the birth line --- data/CommonEvents.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/CommonEvents.json b/data/CommonEvents.json index cadce0d..5b3422f 100644 --- a/data/CommonEvents.json +++ b/data/CommonEvents.json @@ -90034,7 +90034,7 @@ "code": 401, "indent": 3, "parameters": [ - "\\N[\\V[111]]は\\Js<$gameVariables.value($gameVariables.value(161)+300)[47]>'s child. It's a healthy baby girl." + "\\N[\\V[111]] gave birth to \\Js<$gameVariables.value($gameVariables.value(161)+300)[47]>'s child. It's a healthy baby girl." ] }, { @@ -90062,7 +90062,7 @@ "code": 401, "indent": 3, "parameters": [ - "\\N[\\V[111]]は\\Js<$gameVariables.value($gameVariables.value(161)+300)[47]>'s child. It's a healthy baby boy." + "\\N[\\V[111]] gave birth to \\Js<$gameVariables.value($gameVariables.value(161)+300)[47]>'s child. It's a healthy baby boy." ] }, {