Typo fixes and comments. Reorganization of the mutils macros is complete.

This commit is contained in:
Eric S. Raymond 2007-04-07 08:04:17 +00:00
parent 1902558730
commit f13c81ff91
2 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,4 @@
# Macros for terleporting units.
# Macros for teleporting units.
# These don't depend on any other macros. Please don't change this.
# Teleports a unit matching FILTER to NEWX,NEWY

View file

@ -1,3 +1,7 @@
# Utility macros for manipulating map terrain.
# These don't depend on any other macros. Please don't change this.
# Changes the terrain at a given list of coordinates
# For example we could make 14,15 and 14,16 grassland:
# {MODIFY_TERRAIN g (14,14) (15,16)}