From 0597ea8bff4b14de4f375f2323a8f3c4bd07b91a Mon Sep 17 00:00:00 2001 From: 11jo <79876551+11jo@users.noreply.github.com> Date: Fri, 2 Jun 2023 19:07:43 +0200 Subject: [PATCH] Add missing columns to PDIALOG.2DA for EET, thanks to Argent77 ! --- BG1Aerie/setup-BG1Aerie.tp2 | 2 +- Readme.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BG1Aerie/setup-BG1Aerie.tp2 b/BG1Aerie/setup-BG1Aerie.tp2 index acb1ab2..20b0bd1 100644 --- a/BG1Aerie/setup-BG1Aerie.tp2 +++ b/BG1Aerie/setup-BG1Aerie.tp2 @@ -207,5 +207,5 @@ COPY ~BG1Aerie/creatures/B2#Aeri.cre~ ~override/B2#Aeri.cre~ WRITE_LONG PICKED_POCKET (BNOT 0x0) // Appends -APPEND ~pdialog.2da~ ~B2#Aeri B2#AeriP~ +APPEND ~pdialog.2da~ ~B2#Aeri B2#AeriP **** **** **** **** **** ****~ UNLESS ~B2#Aeri~ \ No newline at end of file diff --git a/Readme.md b/Readme.md index 91b94ad..18ddbdb 100644 --- a/Readme.md +++ b/Readme.md @@ -41,4 +41,5 @@ v2.0: - Add REQUIRE_PREDICATE GAME_IS bgee eet - Add metadata and label for Project Infinity - Correct B2#Aeri.d Imoen dialogue for EET thanks to Jastey and Camdawg +- Add missing columns to PDIALOG.2DA for EET, thanks to Argent77