diff --git a/TransCore/Antarctica02.xml b/TransCore/Antarctica02.xml index df01ed6b..8037e3ec 100644 --- a/TransCore/Antarctica02.xml +++ b/TransCore/Antarctica02.xml @@ -303,7 +303,7 @@ changing sys will unregister from owner (if achievementText (list (list - (msnTranslate theMission achievementText) + (typTranslate &msEscapeFromDantalion; achievementText) Nil "achievements & regrets" ) diff --git a/TransCore/BattleArena.xml b/TransCore/BattleArena.xml index 4b79b2dc..22d3275c 100644 --- a/TransCore/BattleArena.xml +++ b/TransCore/BattleArena.xml @@ -1896,7 +1896,7 @@ - + (scrSetDesc gScreen "You ask to see the station boss. Everyone turns to stare at you for a second, but then they go about their business and continue to ignore you.") @@ -1906,7 +1906,7 @@ (scrShowScreen gScreen "Main") - + @@ -2958,4 +2958,4 @@ - \ No newline at end of file + diff --git a/TransCore/CommonwealthMilitiaMission01.xml b/TransCore/CommonwealthMilitiaMission01.xml index 0c8903c9..147b12f5 100644 --- a/TransCore/CommonwealthMilitiaMission01.xml +++ b/TransCore/CommonwealthMilitiaMission01.xml @@ -29,8 +29,8 @@ ) (switch ; Check if player is experienced enough - ;(not (milCanEnterCC)) - ; (msnDestroy gSource) + (not (milCanEnterCC)) + (msnDestroy gSource) ; Make sure there are at least 2 gates (ls (count gateList) 2) diff --git a/TransCore/KorolovShipping.xml b/TransCore/KorolovShipping.xml index 108be948..89945993 100644 --- a/TransCore/KorolovShipping.xml +++ b/TransCore/KorolovShipping.xml @@ -1224,7 +1224,7 @@ "Armor integrity at %armorIntegrity%%" - + "Shields at %shieldLevel%%" diff --git a/TransCore/KronosaurusMission01.xml b/TransCore/KronosaurusMission01.xml index fd4b5d36..22a47e4e 100644 --- a/TransCore/KronosaurusMission01.xml +++ b/TransCore/KronosaurusMission01.xml @@ -16,7 +16,7 @@ @@ -117,6 +117,8 @@ (objSetProperty kronosaurus 'dockingEnabled Nil) (shpCancelOrders kronosaurus) (shpOrder kronosaurus 'attack gPlayerShip) + (msnSetData gSource 'targetID (objGetID kronosaurus)) + (msnRegisterForEvents gSource kronosaurus) ) )