Author: esr
Date: Thu Feb 28 04:35:21 2008
New Revision: 24133

URL: http://svn.gna.org/viewcvs/wesnoth?rev=24133&view=rev
Log:
Revert 24109, alas.  Parts of 1.3 UMC need it after all.

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

Modified: trunk/data/core/macros/deprecated-utils.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/macros/deprecated-utils.cfg?rev=24133&r1=24132&r2=24133&view=diff
==============================================================================
--- trunk/data/core/macros/deprecated-utils.cfg (original)
+++ trunk/data/core/macros/deprecated-utils.cfg Thu Feb 28 04:35:21 2008
@@ -12,3 +12,23 @@
     [/deprecated_message]
 #enddef
 
+#define UNIT TYPE DESCRIPTION USER_DESCRIPTION SIDE X Y
+    # Create a unit with the Loyal trait.
+    #
+    # Example:
+    #! {UNIT (Elvish Fighter) (Myname) ( _ "Myname") 1 1 1}
+    #
+    [unit]
+        type={TYPE}
+        description={DESCRIPTION}
+        user_description={USER_DESCRIPTION}
+        side={SIDE}
+        x={X}
+        y={Y}
+        [modifications]
+            {TRAIT_LOYAL}
+        [/modifications]
+    [/unit]
+    {DEPRECATE "UNIT" 1.3.15}
+#enddef
+


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

Reply via email to