Author: fendrin
Date: Wed Oct 13 14:37:30 2010
New Revision: 47039

URL: http://svn.gna.org/viewcvs/wesnoth?rev=47039&view=rev
Log:
LoW 02: Introduced the difficult levels for multiplayer mode.

Modified:
    trunk/data/campaigns/Legend_of_Wesmere/scenarios/02_Hostile_mountains.cfg

Modified: 
trunk/data/campaigns/Legend_of_Wesmere/scenarios/02_Hostile_mountains.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Legend_of_Wesmere/scenarios/02_Hostile_mountains.cfg?rev=47039&r1=47038&r2=47039&view=diff
==============================================================================
--- trunk/data/campaigns/Legend_of_Wesmere/scenarios/02_Hostile_mountains.cfg 
(original)
+++ trunk/data/campaigns/Legend_of_Wesmere/scenarios/02_Hostile_mountains.cfg 
Wed Oct 13 14:37:30 2010
@@ -5,10 +5,26 @@
 #ifndef DEBUG_MODE
     allow_new_game=no
 #endif
+#ifdef EASY
+#    name= _ "2p MC — LoW, Easy Mode, Chapter one"
+    #    description= _ "<i>The Legend of Wesmere</i>\nMultiplayer 
Campaign\nChapter one\n Easy difficulty"
+    id=02_Hostile_mountains_easy
+#endif
+#ifdef NORMAL
+#    name= _ "2p MC — LoW, Normal Mode, Chapter one"
+#    description= _ "<i>The Legend of Wesmere</i>\nMultiplayer 
Campaign\nChapter one\n Normal difficulty"
+    id=02_Hostile_mountains_normal
+#endif
+#ifdef HARD
+#    name= _ "2p MC — LoW, Hard Mode, Chapter one"
+#    description= _ "<i>The Legend of Wesmere</i>\nMultiplayer 
Campaign\nChapter one\n Hard difficulty"
+    id=02_Hostile_mountains_hard
+#endif
+
 #else
     [scenario]
-#endif
         id=02_Hostile_mountains
+#endif
         name= _ "Hostile Mountains"
         {LOW_MAP 02_Hostile_mountains.map}
         {TURNS 32 28 24}


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to