From: <sca...@us...> - 2011-06-19 04:42:32
|
Revision: 4576 http://hw2bsg.svn.sourceforge.net/hw2bsg/?rev=4576&view=rev Author: scarbrow Date: 2011-06-19 04:42:26 +0000 (Sun, 19 Jun 2011) Log Message: ----------- - 08 Modified Paths: -------------- trunk/HW2_ROOT/Data/leveldata/campaign/tutorial/08_BowCannons/08_BowCannons.lua trunk/HW2_ROOT/Data/leveldata/campaign/tutorial/08_BowCannons/08_TacticalBriefing_Event.lua Modified: trunk/HW2_ROOT/Data/leveldata/campaign/tutorial/08_BowCannons/08_BowCannons.lua =================================================================== --- trunk/HW2_ROOT/Data/leveldata/campaign/tutorial/08_BowCannons/08_BowCannons.lua 2011-06-19 04:37:24 UTC (rev 4575) +++ trunk/HW2_ROOT/Data/leveldata/campaign/tutorial/08_BowCannons/08_BowCannons.lua 2011-06-19 04:42:26 UTC (rev 4576) @@ -31,7 +31,7 @@ dofilepath("data:scripts/Template_SP_Victory_Event.lua") dofilepath("data:scripts/Template_SP_CapShip_Watches_Objectives.lua") dofilepath("data:scripts/Template_SP_CapShip_Watches.lua") -dofilepath("data:leveldata/campaign/tutorial/t01_BowCannons/t01_TacticalBriefing_Event.lua") +dofilepath("data:leveldata/campaign/tutorial/08_BowCannons/08_TacticalBriefing_Event.lua") -- t_ListSC is used by hw2bsg_util.lua dofilepath("data:scripts/LeSunTzu_Autodock_v3_shipdata.lua") @@ -157,7 +157,7 @@ function Rule_WatchHealth() if SobGroup_HealthPercentage ("sg_FriendlyCapShips") < 0.4 then - LocationCard("Pegasus is getting heavy damage; try to activate her EMC shield with the 'T' Key.", 5) + LocationCard("Pegasus is getting heavy damage; try to activate her ECM shield with the 'T' Key.", 5) Rule_Remove("Rule_WatchHealth") end end Modified: trunk/HW2_ROOT/Data/leveldata/campaign/tutorial/08_BowCannons/08_TacticalBriefing_Event.lua =================================================================== --- trunk/HW2_ROOT/Data/leveldata/campaign/tutorial/08_BowCannons/08_TacticalBriefing_Event.lua 2011-06-19 04:37:24 UTC (rev 4575) +++ trunk/HW2_ROOT/Data/leveldata/campaign/tutorial/08_BowCannons/08_TacticalBriefing_Event.lua 2011-06-19 04:42:26 UTC (rev 4576) @@ -38,7 +38,7 @@ HW2_Wait(2), }, { - HW2_LocationCardEvent("Our current situation is rather bad: we got hit by several nukes and are now heavily damaged.", 7), + HW2_LocationCardEvent("Our current situation is rather bad: we were hit by several nukes and sustained damaged.", 7), }, { HW2_Wait(2), @@ -56,7 +56,7 @@ HW2_Wait(2), }, { - HW2_LocationCardEvent("Do some manoeuvring to avoid further damage.", 7), + HW2_LocationCardEvent("Do some maneuvering to avoid further damage.", 7), { "StartPlay()", "", }, }, { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |