@@ -25,7 +25,7 @@ REQUIRE_PREDICATE NOT
2525 ( MOD_IS_INSTALLED ~ua.tp2~ (ID_OF_LABEL ~ua.tp2~ ~g_ua_core_strict~)
2626 OR MOD_IS_INSTALLED ~ua.tp2~ (ID_OF_LABEL ~ua.tp2~ ~g_ua_core_expanded~)
2727 ) @32
28- INCLUDE ~%MOD_FOLDER%/non-unique/prot1.tpa~
28+ WITH_TRA ~%lang_dir%/game.tra~ BEGIN INCLUDE ~%MOD_FOLDER%/non-unique/prot1.tpa~ END
2929
3030BEGIN @2 // +2
3131LABEL ~g_ua_allow+2~
@@ -34,7 +34,7 @@ REQUIRE_PREDICATE NOT
3434 ( MOD_IS_INSTALLED ~ua.tp2~ (ID_OF_LABEL ~ua.tp2~ ~g_ua_core_strict~)
3535 OR MOD_IS_INSTALLED ~ua.tp2~ (ID_OF_LABEL ~ua.tp2~ ~g_ua_core_expanded~)
3636 ) @32
37- INCLUDE ~%MOD_FOLDER%/non-unique/prot2.tpa~
37+ WITH_TRA ~%lang_dir%/game.tra~ BEGIN INCLUDE ~%MOD_FOLDER%/non-unique/prot2.tpa~ END
3838
3939BEGIN @3 // Speed
4040LABEL ~g_ua_allow_speed~
@@ -43,21 +43,21 @@ REQUIRE_PREDICATE NOT
4343 ( MOD_IS_INSTALLED ~ua.tp2~ (ID_OF_LABEL ~ua.tp2~ ~g_ua_core_strict~)
4444 OR MOD_IS_INSTALLED ~ua.tp2~ (ID_OF_LABEL ~ua.tp2~ ~g_ua_core_expanded~)
4545 ) @32
46- INCLUDE ~%MOD_FOLDER%/non-unique/boots.tpa~
46+ WITH_TRA ~%lang_dir%/game.tra~ BEGIN INCLUDE ~%MOD_FOLDER%/non-unique/boots.tpa~ END
4747
4848BEGIN @6 // Expanded
4949LABEL ~g_ua_core_expanded~
5050REQUIRE_PREDICATE GAME_INCLUDES ~bg1~ OR GAME_INCLUDES ~bg2~ @30
5151SUBCOMPONENT @4
5252OUTER_SET expanded = 1
53- INCLUDE ~%MOD_FOLDER%/core/main.tpa~
53+ WITH_TRA ~%lang_dir%/game.tra~ BEGIN INCLUDE ~%MOD_FOLDER%/core/main.tpa~ END
5454
5555BEGIN @5 // Strict
5656LABEL ~g_ua_core_strict~
5757REQUIRE_PREDICATE GAME_INCLUDES ~bg1~ OR GAME_INCLUDES ~bg2~ @30
5858SUBCOMPONENT @4
5959OUTER_SET expanded = 0
60- INCLUDE ~%MOD_FOLDER%/core/main.tpa~
60+ WITH_TRA ~%lang_dir%/game.tra~ BEGIN INCLUDE ~%MOD_FOLDER%/core/main.tpa~ END
6161
6262BEGIN @100 /* Remove bonus merchants */
6363REQUIRE_PREDICATE GAME_INCLUDES ~bg2~ @200
0 commit comments