From a0a4fa031ba63611a5f2944b7e16b2967861b65d Mon Sep 17 00:00:00 2001 From: Patrick Dulebohn Date: Fri, 9 Sep 2022 18:21:50 -0400 Subject: [PATCH 1/2] Ahnonay Cathedral Q3 2022 Update * Add new SDL bool variable for double doors for better multiplayer --- Scripts/SDL/ahnonaycathedral.sdl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Scripts/SDL/ahnonaycathedral.sdl b/Scripts/SDL/ahnonaycathedral.sdl index 2fea6b603d..d259e64658 100644 --- a/Scripts/SDL/ahnonaycathedral.sdl +++ b/Scripts/SDL/ahnonaycathedral.sdl @@ -52,3 +52,13 @@ STATEDESC AhnonayCathedral } +STATEDESC AhnonayCathedral +{ + VERSION 1 + #current sphere for linking in from temple + VAR BYTE ahnyCurrentSphere[1] DEFAULT=0 + VAR BYTE ahnyCurrentSaveCloth[2] DEFAULT=0 + VAR BOOL ahnyDoorsStat[1] DEFAULT=0 + + +} From c385b9db9350028a8dd9f5c317fa1112ffd49eee Mon Sep 17 00:00:00 2001 From: Patrick Dulebohn Date: Sat, 10 Sep 2022 17:46:34 -0400 Subject: [PATCH 2/2] Fix SDL Version --- Scripts/SDL/ahnonaycathedral.sdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/SDL/ahnonaycathedral.sdl b/Scripts/SDL/ahnonaycathedral.sdl index d259e64658..6139f0b575 100644 --- a/Scripts/SDL/ahnonaycathedral.sdl +++ b/Scripts/SDL/ahnonaycathedral.sdl @@ -54,7 +54,7 @@ STATEDESC AhnonayCathedral STATEDESC AhnonayCathedral { - VERSION 1 + VERSION 2 #current sphere for linking in from temple VAR BYTE ahnyCurrentSphere[1] DEFAULT=0 VAR BYTE ahnyCurrentSaveCloth[2] DEFAULT=0