small fix and image/description spacecampaign
authorPeriklis Ntanasis <pntanasis@gmail.com>
Tue, 13 Aug 2013 00:02:53 +0300
branchspacecampaign
changeset 9525 8bcfb3a9f92b
parent 9523 dd6c61b81c78
child 9527 676fc574ff42
small fix and image/description
QTfrontend/hedgewars.qrc
QTfrontend/res/campaign/A_Space_Adventure/fruit01.png
share/hedgewars/Data/Locale/campaigns_en.txt
share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit01.lua
--- a/QTfrontend/hedgewars.qrc	Mon Aug 12 22:29:28 2013 +0300
+++ b/QTfrontend/hedgewars.qrc	Tue Aug 13 00:02:53 2013 +0300
@@ -44,6 +44,7 @@
         <file>res/campaign/A_Space_Adventure/ice02.png</file>
         <file>res/campaign/A_Space_Adventure/desert01.png</file>
         <file>res/campaign/A_Space_Adventure/desert02.png</file>
+        <file>res/campaign/A_Space_Adventure/fruit01.png</file>
         <file>res/bonus.png</file>
         <file>res/Hedgehog.png</file>
         <file>res/net.png</file>
Binary file QTfrontend/res/campaign/A_Space_Adventure/fruit01.png has changed
--- a/share/hedgewars/Data/Locale/campaigns_en.txt	Mon Aug 12 22:29:28 2013 +0300
+++ b/share/hedgewars/Data/Locale/campaigns_en.txt	Tue Aug 13 00:02:53 2013 +0300
@@ -24,3 +24,4 @@
 A_Space_Adventure-ice02.desc="Hog Solo couldn't just visit the Ice planet without visiting the olympic stadium of saucer flying! In this mission you can proove your flying skills and claim your place between the best!"
 A_Space_Adventure-desert01.desc="You have landed to the planet of sand! Hog Solo has to find the missing part in the underground tunnels. Be careful as vicious smugglers await to attack and rob you!"
 A_Space_Adventure-desert02.desc="Hog Solo was searching for the part in this tunnel when it unexpectedly start getting flooded! Get to the surface as soon as possible and be careful not to trigger a mine."
+A_Space_Adventure-fruit01.desc="In the fruit planet things aren't going so well. Hogs aren't collecting fruits but they are preparing for battle. You'll have to choose if you'll fight or if you'll flee."
--- a/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit01.lua	Mon Aug 12 22:29:28 2013 +0300
+++ b/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/fruit01.lua	Tue Aug 13 00:02:53 2013 +0300
@@ -357,7 +357,7 @@
 		HogTurnLeft(hero.gear, true)
 		AddAmmo(green1.gear, amSwitch, 100)
 		AddEvent(onEscapeWin, {hero.gear}, escapeWin, {hero.gear}, 0)
-		local greenTeam = { green2, green3, green4 }
+		local greenTeam = { green2, green3, green4, green5 }
 		for i=1,4 do
 			SetHogLevel(greenTeam[i].gear, 1)
 		end