Correct description of TRANSFORM_UNIT macro.

This commit is contained in:
Alexander van Gessel 2008-09-16 23:24:09 +01:00
parent 0ac71358e9
commit ff3b3a3623

View file

@ -180,7 +180,8 @@
#enddef
#define TRANSFORM_UNIT T_FILTER TRANSFORMTO
# Advances all units matching the filter to TRANSFORMTO or if missing, their normal advancement
# Transforms all units matching the filter into TRANSFORMTO or if missing, their normal advancement
# Keeps the unit's hitpoints, experience and status intact.
#
# Example to turn all spearmen into cavalrymen:
#! {TRANSFORM_UNIT type=Spearman Cavalryman}