[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/data/scenarios/Son_Of_The_Black_Eye The...
From: |
ott |
Subject: |
[Wesnoth-cvs-commits] wesnoth/data/scenarios/Son_Of_The_Black_Eye The... |
Date: |
Mon, 25 Apr 2005 10:00:40 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: ott <address@hidden> 05/04/25 14:00:40
Modified files:
data/scenarios/Son_Of_The_Black_Eye: The_Siege_Of_Barag_Gor.cfg
Log message:
SotBE: fix bug #11932 (shamans can be recalled).
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/scenarios/Son_Of_The_Black_Eye/The_Siege_Of_Barag_Gor.cfg.diff?tr1=1.23&tr2=1.24&r1=text&r2=text
Patches:
Index: wesnoth/data/scenarios/Son_Of_The_Black_Eye/The_Siege_Of_Barag_Gor.cfg
diff -u
wesnoth/data/scenarios/Son_Of_The_Black_Eye/The_Siege_Of_Barag_Gor.cfg:1.23
wesnoth/data/scenarios/Son_Of_The_Black_Eye/The_Siege_Of_Barag_Gor.cfg:1.24
--- wesnoth/data/scenarios/Son_Of_The_Black_Eye/The_Siege_Of_Barag_Gor.cfg:1.23
Mon Apr 25 11:36:43 2005
+++ wesnoth/data/scenarios/Son_Of_The_Black_Eye/The_Siege_Of_Barag_Gor.cfg
Mon Apr 25 14:00:40 2005
@@ -6,6 +6,7 @@
name= _ "The Siege Of Barag Gór"
map_data="{maps/Son_Of_The_Black_Eye/The_Siege_Of_Barag_Gor}"
turns=18
+ victory_when_enemies_defeated="no"
{DAWN}
{MORNING}
@@ -22,14 +23,15 @@
name=prestart
[objectives]
side=1
- [objective]
- condition=win
- description=_ "Rescue the Shamans"
- [/objective]
+ summary=_ "Rescue the Shamans"
[objective]
condition=win
description=_ "Bring the Shamans and Kapou'e to the
sign post"
[/objective]
+# [objective]
+# condition=win
+# description=_ "Defeat the enemy leader"
+# [/objective]
[objective]
condition=lose
description=_ "Death of Kapou'e"
@@ -429,6 +431,22 @@
[/event]
+# remove remaining shamans if enemy leader was defeated
+# comment for now; let's try victory_when_enemies_defeated=no
+# [event]
+# name=die
+# [filter]
+# description=Etheliel
+# [/filter]
+# [kill]
+# type="Orcish Shaman,Old Orcish Shaman,Novice Orcish
Shaman"
+# [/kill]
+# [endlevel]
+# result=victory
+# bonus=yes
+# [/endlevel]
+# [/event]
+
{scenarios/Son_Of_The_Black_Eye/deaths.cfg}
[/scenario]