share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/dragon.lua
changeset 12901 bdf8e80a97b8
parent 12798 fdb3730aa0e2
child 12933 e65aa3c3d4e6
--- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/dragon.lua	Tue Feb 06 04:07:35 2018 +0100
+++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/dragon.lua	Tue Feb 06 05:47:09 2018 +0100
@@ -5,6 +5,7 @@
 Hero must collect an utility crate on the other side of the river.
 To accomplish that, hero must first collect a series of crates with
 the rope and wipe out the cyborgs.
+The hero is one survivor of the previous missions.
 
 = GOALS =
 - Mission goal (leads to immediate victory): Collect utility crate at the right side of the river
@@ -12,6 +13,7 @@
 - Second sub-goal: Wipe out the cyborgs
 
 = FLOW CHART =
+- Choose hog to be hero (read from m5DeployedNum)
 - Cut scene: Intro
 - TBS
 | Player accomplishes first sub-goal first:
@@ -400,8 +402,8 @@
   SpawnUtilityCrate(2259, 755, amTeleport, 2)
   SpawnHealthCrate(secondPos[1][1] + 50, secondPos[1][2] - 20)
   ShowMission(loc("Dragon's Lair"), loc("The what?!"), loc("Use the portal gun to get to the next crate, then use the new gun to get to the final destination!|")..
-                                             loc("Portal hint: one goes to the destination, and one is the entrance.|")..
-                                             loc("Teleport hint: just use the mouse to select the destination!").."|"..
+                                             loc("Portal hint: One goes to the destination, the other one is the entrance.|")..
+                                             loc("Teleport hint: Just use the mouse to select the destination!").."|"..
                                              loc("Mines time: 5 seconds"), 1, 8000)
 end
 -----------------------------Events------------------------------------