From 111401a44078d2a9de79a9e4a5c89e4fe00f8b03 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sun, 15 Dec 2024 16:11:27 -0500 Subject: [PATCH] Add specialization for Tokotah Alley. The texture filename doesn't match the spawn point name. --- Scripts/Python/nxusBookMachine.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/Python/nxusBookMachine.py b/Scripts/Python/nxusBookMachine.py index fd453ae817..66bdab1de3 100644 --- a/Scripts/Python/nxusBookMachine.py +++ b/Scripts/Python/nxusBookMachine.py @@ -182,6 +182,7 @@ # Specially named link panel textures kLinkPanels: Dict[Tuple[str, str], str] = { ("Ahnonay", "Default"): "xlinkpanelahnonayvortex", + ("city", "Tokotah Alley"): "xlinkpaneldakotahalley", ("GreatZero", "Great Zero"): "xlinkpanelgrtzero", }