wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth ./changelog data/scenarios/Son_Of_The_B...


From: ott
Subject: [Wesnoth-cvs-commits] wesnoth ./changelog data/scenarios/Son_Of_The_B...
Date: Wed, 25 May 2005 14:49:05 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     ott <address@hidden>    05/05/25 18:49:04

Modified files:
        .              : changelog 
        data/scenarios/Son_Of_The_Black_Eye: Desert_Of_Death.cfg 

Log message:
        fixing bug in SotBE, possibly made apparent by new parser/preprocessor

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/changelog.diff?tr1=1.682&tr2=1.683&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/scenarios/Son_Of_The_Black_Eye/Desert_Of_Death.cfg.diff?tr1=1.22&tr2=1.23&r1=text&r2=text

Patches:
Index: wesnoth/changelog
diff -u wesnoth/changelog:1.682 wesnoth/changelog:1.683
--- wesnoth/changelog:1.682     Wed May 25 16:29:58 2005
+++ wesnoth/changelog   Wed May 25 18:49:03 2005
@@ -35,6 +35,7 @@
      * prevented the shamans from being recallable (#11932)
      * killing enemy leader in Siege of Barag Gor is no longer a win
      * increased turn limit in End of Peace 24 -> 26 due to Lieutenant upgrade
+     * fixed invalid type=RogueAssassin in Desert of Death
  * unit balancing and modifications: 
    * reduced Dwarvish Fighter cost by 1
    * changed Lieutenant attack from 6-3 to 9-3
Index: wesnoth/data/scenarios/Son_Of_The_Black_Eye/Desert_Of_Death.cfg
diff -u wesnoth/data/scenarios/Son_Of_The_Black_Eye/Desert_Of_Death.cfg:1.22 
wesnoth/data/scenarios/Son_Of_The_Black_Eye/Desert_Of_Death.cfg:1.23
--- wesnoth/data/scenarios/Son_Of_The_Black_Eye/Desert_Of_Death.cfg:1.22        
Wed Apr 13 11:55:32 2005
+++ wesnoth/data/scenarios/Son_Of_The_Black_Eye/Desert_Of_Death.cfg     Wed May 
25 18:49:04 2005
@@ -58,9 +58,10 @@
 
        [side]
        race=human
-       type=Rogue
 #ifdef HARD
        type=Assassin
+#else
+       type=Rogue
 #endif
        description=Ar Dant
        user_description= _ "Ar Dant"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]