Shorten a mission text in ACF, mission 2
authorWuzzy <almikes@aol.com>
Wed, 27 Sep 2017 02:47:15 +0200
changeset 12546 5b51257c4122
parent 12545 9c3ff4ffd4f3
child 12547 9337c55f34ef
Shorten a mission text in ACF, mission 2
share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/shadow.lua
--- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/shadow.lua	Wed Sep 27 02:26:33 2017 +0200
+++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/shadow.lua	Wed Sep 27 02:47:15 2017 +0200
@@ -115,7 +115,7 @@
 
 function AfterStartDialogue()
   stage = spyStage
-  ShowMission(loc("The Shadow Falls"), loc("Play with me!"), loc("Defend yourself!|Hint: You can get tips on using weapons by moving your mouse over them in the weapon selection menu"), 1, 6000)
+  ShowMission(loc("The Shadow Falls"), loc("Play with me!"), loc("Kill the cannibal!"), 1, 6000)
   TurnTimeLeft = TurnTime
 end