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()