From db56ed41138eaef89658eed215b3b52acfbc143b Mon Sep 17 00:00:00 2001 From: DazedAnon Date: Thu, 14 May 2026 09:51:56 -0500 Subject: [PATCH] Births fix --- data/CommonEvents.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/data/CommonEvents.json b/data/CommonEvents.json index ea53fd8..60b3b05 100644 --- a/data/CommonEvents.json +++ b/data/CommonEvents.json @@ -90027,7 +90027,7 @@ "indent": 2, "parameters": [ 12, - "$gameVariables._data[$gameVariables.value(111)+300][54] == '女'" + "$gameVariables._data[$gameVariables.value(111)+300][54] == 'Female'" ] }, { @@ -90057,6 +90057,14 @@ "code": 411, "indent": 2, "parameters": [] + }, + { + "code": 111, + "indent": 2, + "parameters": [ + 12, + "$gameVariables._data[$gameVariables.value(111)+300][54] == 'Male'" + ] }, { "code": 101,