Skip to content

Commit 4645351

Browse files
committed
use game tra for components
1 parent e0d41dc commit 4645351

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ua/ua.tp2

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

3030
BEGIN @2 // +2
3131
LABEL ~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

3939
BEGIN @3 // Speed
4040
LABEL ~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

4848
BEGIN @6 // Expanded
4949
LABEL ~g_ua_core_expanded~
5050
REQUIRE_PREDICATE GAME_INCLUDES ~bg1~ OR GAME_INCLUDES ~bg2~ @30
5151
SUBCOMPONENT @4
5252
OUTER_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

5555
BEGIN @5 // Strict
5656
LABEL ~g_ua_core_strict~
5757
REQUIRE_PREDICATE GAME_INCLUDES ~bg1~ OR GAME_INCLUDES ~bg2~ @30
5858
SUBCOMPONENT @4
5959
OUTER_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

6262
BEGIN @100 /* Remove bonus merchants */
6363
REQUIRE_PREDICATE GAME_INCLUDES ~bg2~ @200

0 commit comments

Comments
 (0)