Author: esr
Date: Wed Aug 20 19:42:43 2008
New Revision: 28795

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28795&view=rev
Log:
Prevent a false grep hit on 99 (to makehunting down instances of magic
constannts easier)

Modified:
    trunk/data/core/macros/scenario-utils.cfg

Modified: trunk/data/core/macros/scenario-utils.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/macros/scenario-utils.cfg?rev=28795&r1=28794&r2=28795&view=diff
==============================================================================
--- trunk/data/core/macros/scenario-utils.cfg (original)
+++ trunk/data/core/macros/scenario-utils.cfg Wed Aug 20 19:42:43 2008
@@ -74,9 +74,9 @@
     # the computer.
     #
     # For example, we can set side 4 to be a computer belonging to
-    # team "Evil Guys" starting with 666g and no 99 income.
+    # team "Evil Guys" starting with 666g and 999 income.
     # We also make it more aggressive:
-    #! {SIDE_COMPUTER 4 "Evil Guys" "Evil One" 666 99 (
+    #! {SIDE_COMPUTER 4 "Evil Guys" "Evil One" 666 999 (
     #!    aggression=0.95
     #! )}
     #


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

Reply via email to