only native

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-08-28 21:34:20 +02:00
parent 4621a185e4
commit 412397dea5

View File

@@ -8,12 +8,12 @@ techniques = {
), ),
903: Technique( 903: Technique(
name="LSM", # Long System Message name="LSM", # Long System Message
for_supports_tools=True, for_supports_tools=False,
for_not_supports_tools=True, for_not_supports_tools=True,
), ),
572: Technique( 572: Technique(
name="T2S", # Tool to System Messsages name="T2S", # Tool to System Messsages
for_supports_tools=True, for_supports_tools=False,
for_not_supports_tools=True, for_not_supports_tools=True,
), ),
} }