From 52f7e1081f384b145532387fe7a5a64649aa645c Mon Sep 17 00:00:00 2001 From: Peter Nelson Date: Sun, 30 Nov 2025 12:34:38 +0000 Subject: [PATCH] Fix: Feature 0x14 missing from extract tables. --- nml/editors/extract_tables.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nml/editors/extract_tables.py b/nml/editors/extract_tables.py index fb2ebe138..528b7429c 100644 --- a/nml/editors/extract_tables.py +++ b/nml/editors/extract_tables.py @@ -92,6 +92,7 @@ action0properties.properties[0x11], action0properties.properties[0x12], action0properties.properties[0x13], + action0properties.properties[0x14], ] properties = set() @@ -120,6 +121,7 @@ action3_callbacks.callbacks[0x11], action3_callbacks.callbacks[0x12], action3_callbacks.callbacks[0x13], + action3_callbacks.callbacks[0x14], ] callbacks = set()