diff -r 575c0de98505 -r bca911f8e804 share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/enemy.lua --- a/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/enemy.lua Sat Oct 28 17:48:54 2017 +0200 +++ b/share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/enemy.lua Sun Oct 29 00:53:11 2017 +0200 @@ -1,3 +1,21 @@ +--[[ +A Classic Fairytale: The enemy of my enemy + += SUMMARY = +Simple deathmatch on the Islands map. + += GOAL = +Wipe out the Hedge-cogs and Leader teams + += FLOW CHART = +- Cut scene: startAnim +- TBS +- Goal completed +- Cut scene: finalAnim +> Victory + +]] + HedgewarsScriptLoad("/Scripts/Locale.lua") HedgewarsScriptLoad("/Scripts/Animate.lua")