Author: shadowmaster
Date: Sat Aug 16 22:52:21 2008
New Revision: 28657

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28657&view=rev
Log:
* Removed the [if] block altogether... Gruu must be alive at this point
* anyway

Modified:
    trunk/data/campaigns/Son_Of_The_Black_Eye/scenarios/13_Dwarvish_Stand.cfg

Modified: 
trunk/data/campaigns/Son_Of_The_Black_Eye/scenarios/13_Dwarvish_Stand.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Son_Of_The_Black_Eye/scenarios/13_Dwarvish_Stand.cfg?rev=28657&r1=28656&r2=28657&view=diff
==============================================================================
--- trunk/data/campaigns/Son_Of_The_Black_Eye/scenarios/13_Dwarvish_Stand.cfg 
(original)
+++ trunk/data/campaigns/Son_Of_The_Black_Eye/scenarios/13_Dwarvish_Stand.cfg 
Sat Aug 16 22:52:21 2008
@@ -295,23 +295,15 @@
 
     [event]
         name=victory
-
-        [if]
-            [have_unit]
-                name=Grüü
-            [/have_unit]
-
-            [then]
-                [message]
-                    speaker="Kapou'e"
-                    message= _ "Victory...Grüü, what *is* that you are 
eating?" 
-                [/message]
-                [message]
-                    speaker=Grüü
-                    message= _ "A human-worm's dog. Animal meat very tasty. 
When we fight humans again, can I have a pony?"
-                [/message]
-            [/then]
-        [/if]
+        [message]
+            speaker="Kapou'e"
+            message= _ "Victory...Grüü, what *is* that you are eating?" 
+        [/message]
+
+        [message]
+            speaker=Grüü
+            message= _ "A human-worm's dog. Animal meat very tasty. When we 
fight humans again, can I have a pony?"
+        [/message]
 
         [store_unit]
             [filter]


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

Reply via email to